fix the rebase trick

This commit is contained in:
mark 2020-06-18 18:35:52 -05:00 committed by Who? Me?!
parent 39ad2655a4
commit bfedc31819
1 changed files with 3 additions and 1 deletions

View File

@ -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: