Skip to content

Commit ddf4d3f

Browse files
committed
Revert "ci: Don't need to run mdbook-linkcheck again during deploy"
This reverts commit 5de26d9.
1 parent 566faed commit ddf4d3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/book.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060
uses: taiki-e/install-action@v2
6161
with:
6262
tool: mdbook
63+
- name: Install mdbook-linkcheck
64+
# Temporarily pull the fix for https://github.com/Michael-F-Bryan/mdbook-linkcheck/pull/98
65+
run: cargo install mdbook-linkcheck --git https://github.com/schilkp/mdbook-linkcheck --branch mdbook_v0.5
6366
- name: Setup Pages
6467
uses: actions/configure-pages@v5
6568
- name: Build book

0 commit comments

Comments
 (0)