Skip to content

Commit

Permalink
Remove exemption for print.html from link checking
Browse files Browse the repository at this point in the history
This is a remake of rust-embedded#255
for the actual GitHub Actions.
  • Loading branch information
sirhcel authored and Rimpampa committed Jan 17, 2022
1 parent fb2640b commit 193238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Build book
run: mkdir target && mdbook build
- name: Check links
run: linkchecker --ignore-url "print.html" book
run: linkchecker book

- name: Deploy book
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 193238b

Please sign in to comment.