update mdbook version to latest
v0.4.7 didn't have the feature to allow this See https://github.com/rust-lang/rustc-dev-guide/pull/1180#issuecomment-899128718
This commit is contained in:
parent
40dfee8bcd
commit
dfdff33685
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
if: github.repository == 'rust-lang/rustc-dev-guide'
|
if: github.repository == 'rust-lang/rustc-dev-guide'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
MDBOOK_VERSION: 0.4.7
|
MDBOOK_VERSION: 0.4.12
|
||||||
MDBOOK_LINKCHECK_VERSION: 0.7.2
|
MDBOOK_LINKCHECK_VERSION: 0.7.2
|
||||||
MDBOOK_TOC_VERSION: 0.6.1
|
MDBOOK_TOC_VERSION: 0.6.1
|
||||||
DEPLOY_DIR: book/html
|
DEPLOY_DIR: book/html
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue