Skip to content
This repository was archived by the owner on Sep 24, 2021. It is now read-only.

Commit 8afb0f2

Browse files
authored
Merge pull request #35 from ocefpaf/master
fix doctr
2 parents abb817c + 171f41f commit 8afb0f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ script:
4747
py.test -vv ;
4848
fi
4949
- if [[ $TEST_TARGET == "publish" ]]; then
50-
pushd docs && make html && popd
51-
doctr deploy --built-docs=docs/_build/html --gh-pages-docs=. ;
50+
pushd docs && make html && popd ;
51+
doctr deploy --built-docs=docs/_build/html --gh-pages-docs . ;
5252
fi

0 commit comments

Comments
 (0)