Skip to content

Commit 3a9f4a3

Browse files
JoeMattclaude
andcommitted
fix: ignore icube-emu.com canonical URLs in htmlproofer
Canonical self-links to our own domain are validated locally by the build; fetching them externally during CI causes false 404s when the deploy hasn't propagated yet. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 34095cf commit 3a9f4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/site-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
htmlproofer ./out \
6464
--checks Links,Images,Scripts,OpenGraph \
65-
--ignore-urls "/localhost/,/twitter\.com/,/x\.com/,/fonts\.gstatic\.com/,/fonts\.googleapis\.com/,/discord\.gg/,/github\.com/,/icube-app\.com/,/testflight\.apple\.com/,/buymeacoffee\.com/,/patreon\.com/,/itch\.io/,/googletagmanager\.com/,/google-analytics\.com/,/schema\.org/,/apps\.apple\.com/" \
65+
--ignore-urls "/localhost/,/twitter\.com/,/x\.com/,/fonts\.gstatic\.com/,/fonts\.googleapis\.com/,/discord\.gg/,/github\.com/,/icube-app\.com/,/icube-emu\.com/,/testflight\.apple\.com/,/buymeacoffee\.com/,/patreon\.com/,/itch\.io/,/googletagmanager\.com/,/google-analytics\.com/,/schema\.org/,/apps\.apple\.com/" \
6666
--ignore-status-codes "0,429,999,403" \
6767
--ignore-files "/404\.html/" \
6868
2>&1 | tee htmlproofer-output.txt

0 commit comments

Comments
 (0)