Skip to content

Commit

Permalink
Bypass github pages limitation for underscore in directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
meyt committed Jun 29, 2018
1 parent 7eaa219 commit d9b18e1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ deploy:
skip-cleanup: true
github-token: $GITHUB_ACCESS_TOKEN
target-branch: gh-pages
local-dir: doc/_build/html
local-dir:
- doc/_build/html
- .nojekyll
on:
branch: master
condition: $TRAVIS_PYTHON_VERSION = '3.5'

0 comments on commit d9b18e1

Please sign in to comment.