diff --git a/docs/publish-docs b/docs/publish-docs index fb3da85..bb88df0 100755 --- a/docs/publish-docs +++ b/docs/publish-docs @@ -16,6 +16,7 @@ git checkout --orphan master git rm -rf . cp -R $CURRENT/_build/html/* . +touch .nojekyll git add . git commit -a -m "Generate documentation site"