We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3e76a commit d9b0233Copy full SHA for d9b0233
.github/workflows/ci.yml
@@ -14,10 +14,10 @@ jobs:
14
if: github.repository == 'rust-lang/rustc-dev-guide'
15
runs-on: ubuntu-latest
16
env:
17
- MDBOOK_VERSION: 0.4.12
18
- MDBOOK_LINKCHECK_VERSION: 0.7.2
19
- MDBOOK_MERMAID_VERSION: 0.10.0
20
- MDBOOK_TOC_VERSION: 0.6.1
+ MDBOOK_VERSION: 0.4.21
+ MDBOOK_LINKCHECK_VERSION: 0.7.6
+ MDBOOK_MERMAID_VERSION: 0.11.2
+ MDBOOK_TOC_VERSION: 0.9.0
21
DEPLOY_DIR: book/html
22
BASE_SHA: ${{ github.event.pull_request.base.sha }}
23
steps:
0 commit comments