From 7f9bc57d1edd9024fc9d0fff32e4006f456a162d Mon Sep 17 00:00:00 2001 From: Johannes Blaschke Date: Wed, 21 Mar 2018 13:59:46 -0700 Subject: [PATCH] update travis to reflect new web root for docs --- .travis.yml | 2 +- build_and_deploy.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a0c156..4f8d4a8 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 1b97721..290b40e 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 -- GitLab