We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3724e6 + 62ae250 commit c2170ceCopy full SHA for c2170ce
1 file changed
.github/workflows/gh-pages.yml
@@ -13,7 +13,8 @@ jobs:
13
- uses: jontze/action-mdbook@6c0be56d14c4bf16861b00af61f50ff7400ce502 # v4
14
with:
15
token: ${{secrets.GITHUB_TOKEN}}
16
- use-linkcheck: true
+ # TODO: re-enable linkcheck when it supports mdbook v5
17
+ use-linkcheck: false
18
- run: mdbook build
19
20
- name: Deploy
0 commit comments