remove wrong config from .travis.yml
The right key here is target_branch, not branch. However, this works anyway b/c gh-pages is the default.
This commit is contained in:
parent
a832a2f7dd
commit
c75f5d1190
@ -60,7 +60,6 @@ deploy:
|
||||
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||
keep-history: true
|
||||
local-dir: target/doc
|
||||
branch: gh-pages
|
||||
on:
|
||||
branch: master
|
||||
condition: $DEPLOY_DOCS = 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user