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 566faed commit ddf4d3fCopy full SHA for ddf4d3f
.github/workflows/book.yml
@@ -60,6 +60,9 @@ jobs:
60
uses: taiki-e/install-action@v2
61
with:
62
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
66
- name: Setup Pages
67
uses: actions/configure-pages@v5
68
- name: Build book
0 commit comments