Skip to content

Commit

Permalink
Merge pull request #54 from Relm4/link-check
Browse files Browse the repository at this point in the history
Add link checker
  • Loading branch information
AaronErhardt authored Oct 16, 2023
2 parents 74172d8 + bfe0c64 commit 05c1321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
- run: mdbook build -d book
working-directory: ./

- name: Link Checker
uses: lycheeverse/[email protected]
with:
args: book
fail: true

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
# Only deploy when ref is main
Expand Down

0 comments on commit 05c1321

Please sign in to comment.