Skip to content

Commit 047257b

Browse files
authored
Merge pull request #609 from gforsyth/patch-2
Update doctr deploy
2 parents 6753324 + 4f9d9ef commit 047257b

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
@@ -62,5 +62,5 @@ script:
6262
- if [[ $TEST_TARGET == 'notebooks' ]]; then
6363
for file in $(find . -type f -name "*.ipynb"); do jupyter nbconvert --template=tests/strip_markdown.tpl --stdout --to python $file | grep -v '^get_ipython' | flake8 - --ignore=W391,E226,E402 --max-line-length=100 --show-source ; done ;
6464
py.test -vv tests/notebooks/test_notebooks.py ;
65-
doctr deploy --built-docs=examples/results --gh-pages-docs=gallery ;
65+
doctr deploy --built-docs=examples/results gallery ;
6666
fi

0 commit comments

Comments
 (0)