Update mdbook and its extensions versions
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
This commit is contained in:
parent
2f3e76a49c
commit
d9b0233bb8
|
|
@ -14,10 +14,10 @@ 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.12
|
MDBOOK_VERSION: 0.4.21
|
||||||
MDBOOK_LINKCHECK_VERSION: 0.7.2
|
MDBOOK_LINKCHECK_VERSION: 0.7.6
|
||||||
MDBOOK_MERMAID_VERSION: 0.10.0
|
MDBOOK_MERMAID_VERSION: 0.11.2
|
||||||
MDBOOK_TOC_VERSION: 0.6.1
|
MDBOOK_TOC_VERSION: 0.9.0
|
||||||
DEPLOY_DIR: book/html
|
DEPLOY_DIR: book/html
|
||||||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue