diff --git a/.travis.yml b/.travis.yml index 5a0c156a25097068bcab6e7753058a70d319eb3c..4f8d4a8383e07afe13089b522984d7d145e28dca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ addons: deploy: provider: pages - local-dir: docs/build/html + local-dir: docs/build skip-cleanup: true github-token: $GITHUB_TOKEN # Set in travis-ci.org dashboard, marked secure keep-history: true diff --git a/build_and_deploy.sh b/build_and_deploy.sh index 1b97721300ad4e84bf0c2ed2164a4aa52bff5608..290b40e6180af16f033722bad70e77b790dab8cc 100755 --- a/build_and_deploy.sh +++ b/build_and_deploy.sh @@ -28,3 +28,5 @@ fi # now do sphinx cd docs make html +cd build +mv html docs_html