Skip to content

Commit 6d7f4e2

Browse files
etc: update deploy-doc.sh
1 parent 3a59e3c commit 6d7f4e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/deploy-doc.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -e
33

44
printf "\033[0;32mDeploying updates to GitHub...\033[0m\n"
55

6+
make clean-doc # to remove old doc files
67
make doc
78
cp -r docs/_build/html/* gh-pages
89
cd gh-pages

0 commit comments

Comments
 (0)