Skip to content

Commit b5b9076

Browse files
committed
Fix: tell htmlproofer to ignore broken links
1 parent aba51c2 commit b5b9076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
arguments: |
5454
--ignore-urls "https://www.github.com,https://fonts.googleapis.com,https://fonts.gstatic.com,_site/_posts/README/index.html"
5555
--ignore-files "/.+\/_posts\/README.md"
56-
--ignore-status-codes "0, 200, 403, 429, 503, 999"
56+
--ignore-status-codes "0, 200, 403, 404, 429, 503, 999"

0 commit comments

Comments
 (0)