fix the rebase trick
This commit is contained in:
parent
39ad2655a4
commit
bfedc31819
|
|
@ -14,6 +14,8 @@ install:
|
||||||
- cargo install mdbook --version 0.3.7
|
- cargo install mdbook --version 0.3.7
|
||||||
- cargo install mdbook-linkcheck --version 0.5.0
|
- cargo install mdbook-linkcheck --version 0.5.0
|
||||||
script:
|
script:
|
||||||
|
- git checkout -b ci
|
||||||
|
- git rebase origin/master
|
||||||
- git log --oneline | head -n 10
|
- git log --oneline | head -n 10
|
||||||
- mdbook build
|
- mdbook build
|
||||||
notifications:
|
notifications:
|
||||||
|
|
@ -30,7 +32,7 @@ deploy:
|
||||||
fqdn: rustc-dev-guide.rust-lang.org
|
fqdn: rustc-dev-guide.rust-lang.org
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
||||||
# Only build master branch on push
|
# Only build master branch on push
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue