mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ deploy:
|
||||||
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
|
github-token: $DOCS_TOKEN # Set in the settings page of your repository, as a secure variable
|
||||||
keep-history: true
|
keep-history: true
|
||||||
local-dir: target/doc
|
local-dir: target/doc
|
||||||
branch: gh-pages
|
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
condition: $DEPLOY_DOCS = 1
|
condition: $DEPLOY_DOCS = 1
|
||||||
|
|
Loading…
Reference in a new issue