Skip to content

Commit

Permalink
Fixes travis/publish-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tailhook committed Aug 2, 2017
1 parent 241a1ce commit 4ebc312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/publish-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

publish_docs() {
pip install sphinx docutils ghp-import --user &&
make html -C doc SPHINXBUILD=~/.local/bin/sphinx-build &&
~/.local/bin/sphinx-build -b html doc doc/_build &&
~/.local/bin/ghp-import -n doc/_build/html &&
git push -fq https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages
} && publish_docs

0 comments on commit 4ebc312

Please sign in to comment.