Skip to content

Commit 64bca68

Browse files
committed
add .nojekyll
1 parent 311535e commit 64bca68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- stage: deploy documentation
2525
python: 3.6
2626
install: pip install sphinx
27-
script: sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html
27+
script: sphinx-build -Ean -b html -j auto -D todo_include_todos=0 ./doc ./doc/_build/html ; touch ./doc/_build/html/.nojekyll
2828
deploy:
2929
provider: pages
3030
skip_cleanup: true

0 commit comments

Comments
 (0)