mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-23 19:01:30 +11:00
cargo check needs nightly, trying again book magic
This commit is contained in:
parent
61110b00aa
commit
60593d833f
|
@ -5,7 +5,7 @@ cache:
|
|||
- cargo
|
||||
|
||||
rust:
|
||||
- stable
|
||||
- nightly
|
||||
|
||||
before_script:
|
||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||
|
@ -22,6 +22,9 @@ deploy:
|
|||
skip-cleanup: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
local-dir: docs
|
||||
keep-history: false
|
||||
target-branch: master
|
||||
keep-history: true
|
||||
name: DocsBot
|
||||
verbose: true
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue