Skip to content

Commit 384b2ac

Browse files
committed
minor: move update-index.py to gh-pages branch
1 parent 6156806 commit 384b2ac

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

etc/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cp -r docs-temp docs/current
2323
mv docs-temp docs/${version}
2424

2525
# build up documentation index
26-
python3 ./etc/update-index.py
26+
python3 ./_scripts/update-index.py
2727

2828
git add docs/
2929
git commit -m "${version} docs"

etc/update-index.py

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)