Skip to content

Commit

Permalink
Fix end directory of website building in travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Sep 18, 2020
1 parent 8824b9c commit 81e248d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/build_website.sh
Expand Up @@ -7,9 +7,13 @@
export TRAVIS_TAG="master"

cd doc

make clean
# TODO: Fail if warnings from generation
# make html SPHINXOPTS="-W"
# TODO: Switch to sphinx-multiversion
make html
touch _build/html/.nojekyll

# move back to source directory so we don't mess with future steps
cd ..

0 comments on commit 81e248d

Please sign in to comment.