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.
2 parents 4d133ab + a0b0d93 commit 4ac8f2dCopy full SHA for 4ac8f2d
.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
14
if: github.repository == 'rust-lang/rustc-dev-guide'
15
runs-on: ubuntu-latest
16
env:
17
- MDBOOK_VERSION: 0.4.52
18
- MDBOOK_LINKCHECK2_VERSION: 0.9.1
19
- MDBOOK_MERMAID_VERSION: 0.12.6
+ MDBOOK_VERSION: 0.5.1
+ MDBOOK_LINKCHECK2_VERSION: 0.11.0
+ MDBOOK_MERMAID_VERSION: 0.17.0
20
MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }}
21
DEPLOY_DIR: book/html
22
BASE_SHA: ${{ github.event.pull_request.base.sha }}
0 commit comments