mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 00:47:18 +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
|
||||
keep-history: true
|
||||
local-dir: target/doc
|
||||
branch: gh-pages
|
||||
on:
|
||||
branch: master
|
||||
condition: $DEPLOY_DOCS = 1
|
||||
|
|
Loading…
Reference in a new issue