We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4830ed commit 2fd736eCopy full SHA for 2fd736e
1 file changed
.travis.yml
@@ -33,8 +33,8 @@ script:
33
else
34
DEPLOY_DIR="version-$TRAVIS_TAG"
35
fi
36
- python -m doctr deploy --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
37
- python -m doctr deploy --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ .
+ python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
+ python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ .
38
39
doctr:
40
require-master: true
0 commit comments