Skip to content

Commit c2170ce

Browse files
authored
Merge pull request #90 from rust-random/push-mxlrllyswkyw
Disable linkcheck
2 parents a3724e6 + 62ae250 commit c2170ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
- uses: jontze/action-mdbook@6c0be56d14c4bf16861b00af61f50ff7400ce502 # v4
1414
with:
1515
token: ${{secrets.GITHUB_TOKEN}}
16-
use-linkcheck: true
16+
# TODO: re-enable linkcheck when it supports mdbook v5
17+
use-linkcheck: false
1718
- run: mdbook build
1819

1920
- name: Deploy

0 commit comments

Comments
 (0)