Use latest patch release of mdBook and linkcheck

This commit is contained in:
Camelid 2020-09-11 17:44:44 -07:00 committed by Joshua Nelson
parent 63f5a8b43c
commit cf031f4008
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ before_install:
- MAX_LINE_LENGTH=100 bash ci/check_line_lengths.sh src/**/*.md
install:
- source ~/.cargo/env || true
- cargo install mdbook --version 0.4.3
- cargo install mdbook-linkcheck --version 0.7.0
- cargo install mdbook --version '^0.4.3'
- cargo install mdbook-linkcheck --version '^0.7.0'
script:
- git checkout -b ci
- git rebase origin/master