Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cda97c2

Browse files
Add mdbook-linkcheck
1 parent 3b5b3d3 commit cda97c2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

‎.github/workflows/gh-pages.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,15 @@ jobs:
1414
uses: peaceiris/actions-mdbook@v1
1515
with:
1616
mdbook-version: 'latest'
17-
- run: cd book && mdbook build
17+
18+
- 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+
23+
- name: Build
24+
run: cd book && mdbook build
25+
1826
- name: Deploy
1927
uses: peaceiris/actions-gh-pages@v3
2028
with:

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /