pin mdbook-linkcheck version

This commit is contained in:
mark 2020-10-07 03:10:35 -05:00 committed by Joshua Nelson
parent 0419c55271
commit 728c06bc5a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ before_install:
install:
- source ~/.cargo/env || true
- cargo install mdbook --version '^0.4.3'
- cargo install mdbook-linkcheck --git https://github.com/Michael-F-Bryan/mdbook-linkcheck
- cargo install mdbook-linkcheck --git https://github.com/Michael-F-Bryan/mdbook-linkcheck --rev 14441d77646d58cea8ffc32fde9ea33b2bedb1a2
script:
- git checkout -b ci
- git rebase origin/master