Skip to content

Commit 9f83e0d

Browse files
author
Aaron Gonzales
committed
updated doc builder
1 parent 6ddff80 commit 9f83e0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_sphinx_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ fi
1919

2020
pwd
2121
echo "removing current files"
22-
rm -rf *.egg-info
22+
rm -rf ./*.egg-info
2323
git pull origin gh-pages
24-
rm -r *.html *.js
24+
rm -r ./*.html ./*.js ./_modules ./_sources ./_static
2525
touch .nojekyll
2626
git checkout $BRANCH_NAME docs $REPO_NAME README.rst
2727
# need to do this step because the readme will be overwritten

0 commit comments

Comments
 (0)