Skip to content

Commit 059b995

Browse files
committed
deploy-branch-name master
1 parent fd2b712 commit 059b995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ script:
3232
else
3333
DEPLOY_DIR="version-$TRAVIS_TAG"
3434
fi
35-
python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
36-
python -m doctr deploy --branch-whitelist source --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ .
35+
python -m doctr deploy --branch-whitelist source --deploy-branch-name master --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ $DEPLOY_DIR
36+
python -m doctr deploy --branch-whitelist source --deploy-branch-name master --build-tags --key-path github_deploy_key_oceanhackweek_oceanhackweek_github_io.enc --built-docs _site/ .
3737
3838
doctr:
3939
require-master: true

0 commit comments

Comments
 (0)