We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ddff80 commit 9f83e0dCopy full SHA for 9f83e0d
build_sphinx_docs.sh
@@ -19,9 +19,9 @@ fi
19
20
pwd
21
echo "removing current files"
22
-rm -rf *.egg-info
+rm -rf ./*.egg-info
23
git pull origin gh-pages
24
-rm -r *.html *.js
+rm -r ./*.html ./*.js ./_modules ./_sources ./_static
25
touch .nojekyll
26
git checkout $BRANCH_NAME docs $REPO_NAME README.rst
27
# need to do this step because the readme will be overwritten
0 commit comments