We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78327a7 commit ffcb92eCopy full SHA for ffcb92e
1 file changed
.travis.yml
@@ -67,6 +67,9 @@ script:
67
make html
68
cd ${BUILD_DIR}
69
doctr deploy doc
70
+ if [[ ${TRAVIS_TAG}} ]]; then
71
+ doctr deploy doc --no-require-master
72
+ fi;
73
fi;
74
- |
75
if [ ${PYTHON} = "3.6" ]; then
0 commit comments