mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-11 19:41: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
|
- cargo
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- nightly
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
- (test -x $HOME/.cargo/bin/cargo-install-update || cargo install cargo-update)
|
||||||
|
@ -22,6 +22,9 @@ deploy:
|
||||||
skip-cleanup: true
|
skip-cleanup: true
|
||||||
github-token: $GITHUB_TOKEN
|
github-token: $GITHUB_TOKEN
|
||||||
local-dir: docs
|
local-dir: docs
|
||||||
keep-history: false
|
target-branch: master
|
||||||
|
keep-history: true
|
||||||
|
name: DocsBot
|
||||||
|
verbose: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue