Skip to content

Commit 162ca96

Browse files
committed
Upgrade mdbook-linkcheck
Link check at build Install linkcheck with cargo
1 parent e1cbe59 commit 162ca96

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ jobs:
1414
uses: peaceiris/actions-mdbook@v1
1515
with:
1616
mdbook-version: 'latest'
17-
17+
1818
- name: Link check
19-
run: |
20-
curl -LSfs https://japaric.github.io/trust/install.sh | \
21-
sh -s -- --git Michael-F-Bryan/mdbook-linkcheck
22-
19+
run: cargo install mdbook-linkcheck
20+
2321
- name: Build
2422
run: cd book && mdbook build
25-
23+
2624
- name: Deploy
2725
uses: peaceiris/actions-gh-pages@v3
2826
with:

0 commit comments

Comments
 (0)