Skip to content

Commit 4ac8f2d

Browse files
authored
Merge pull request #2652 from ehuss/mdbook-0.5
Update to mdbook 0.5
2 parents 4d133ab + a0b0d93 commit 4ac8f2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
if: github.repository == 'rust-lang/rustc-dev-guide'
1515
runs-on: ubuntu-latest
1616
env:
17-
MDBOOK_VERSION: 0.4.52
18-
MDBOOK_LINKCHECK2_VERSION: 0.9.1
19-
MDBOOK_MERMAID_VERSION: 0.12.6
17+
MDBOOK_VERSION: 0.5.1
18+
MDBOOK_LINKCHECK2_VERSION: 0.11.0
19+
MDBOOK_MERMAID_VERSION: 0.17.0
2020
MDBOOK_OUTPUT__LINKCHECK__FOLLOW_WEB_LINKS: ${{ github.event_name != 'pull_request' }}
2121
DEPLOY_DIR: book/html
2222
BASE_SHA: ${{ github.event.pull_request.base.sha }}

0 commit comments

Comments
 (0)