Skip to content

Commit 69aaf45

Browse files
authored
Merge pull request #35 from AnySoftKeyboard/menny-patch-1
Check for invalid links
2 parents 847ea36 + c6b941b commit 69aaf45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/html-proofer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
run: bundle exec jekyll build
2020

2121
- name: Run HTMLProofer
22-
run: bundle exec htmlproofer --allow-hash-href=true --ignore-status-codes=404 ./_site
22+
run: bundle exec htmlproofer --allow-hash-href=true ./_site

0 commit comments

Comments
 (0)