Skip to content

Commit

Permalink
cd out of docs to deploy on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
eak24 committed Aug 2, 2018
1 parent 68aba94 commit ff49fa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ script:
- make html
- make doctest
- htmlproofer _build/html --allow_hash_href --file_ignore "_build/html/search.html"
- cd ..
after_success:
- codecov
deploy:
Expand All @@ -27,7 +28,6 @@ deploy:
password: "$PYPI_PASSWORD"
on:
tags: true
branch: master
distributions: sdist
- provider: pages # Deploy to to gh-pages
skip-cleanup: true
Expand Down

0 comments on commit ff49fa9

Please sign in to comment.