Skip to content

Commit ffcb92e

Browse files
committed
DOC: Ensure docs push on tag
Ensure docs build on tag
1 parent 78327a7 commit ffcb92e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ script:
6767
make html
6868
cd ${BUILD_DIR}
6969
doctr deploy doc
70+
if [[ ${TRAVIS_TAG}} ]]; then
71+
doctr deploy doc --no-require-master
72+
fi;
7073
fi;
7174
- |
7275
if [ ${PYTHON} = "3.6" ]; then

0 commit comments

Comments
 (0)