Skip to content

Commit 4f9d9ef

Browse files
authored
Update doctr deploy
The `--gh-pages-docs` flag is deprecated and the deploy directory is now a required argument.
1 parent 6753324 commit 4f9d9ef

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)