Skip to content

Commit 734b27a

Browse files
committed
fix travis doc folder name
1 parent a8683e1 commit 734b27a

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
@@ -40,7 +40,7 @@ script:
4040
- |
4141
if [ $TRAVIS_PYTHON_VERSION = "3.6" ]; then
4242
conda install --yes --file requirements/docs.txt
43-
cd docs
43+
cd doc
4444
make html
4545
cd ..
4646
doctr deploy . --built-docs ./docs/_build/html;

0 commit comments

Comments
 (0)