Skip to content

Commit f76ad55

Browse files
sbryngelsonclaude
andcommitted
Exclude HPE Cray docs from lychee (broken SSL cert)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5b505c4 commit f76ad55

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.lychee.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ verbose = "error"
1919
# Exclude sitemap file from scanning (it contains pre-publish production URLs)
2020
exclude_path = ["sitemap\\.xml"]
2121

22-
# Exclude sitemap URL referenced in robots.txt (only exists after deployment)
23-
exclude = ["https://mflowcode\\.github\\.io/sitemap\\.xml"]
22+
# Exclude URLs that fail due to external issues (broken SSL, pre-deploy only, etc.)
23+
exclude = [
24+
"https://mflowcode\\.github\\.io/sitemap\\.xml", # Only exists after deployment
25+
"https://cpe\\.ext\\.hpe\\.com", # HPE Cray docs have broken SSL cert
26+
]

0 commit comments

Comments
 (0)