Skip to content

Commit 2ef2383

Browse files
committed
Remove exemption for print.html from link checking
This is a remake of #255 for the actual GitHub Actions.
1 parent 27e1439 commit 2ef2383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Build book
7373
run: mkdir target && mdbook build
7474
- name: Check links
75-
run: linkchecker --ignore-url "print.html" book
75+
run: linkchecker book
7676

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

0 commit comments

Comments
 (0)