Fix link checker CI (#7308)

This commit is contained in:
Emil Ernerfeldt 2025-08-12 12:34:53 +02:00 committed by GitHub
parent adf463b0a9
commit 42bdf5b881
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -38,3 +38,8 @@ accept = [
"200..=299", # Success codes.
"429", # Too many requests. This is practically never a sign of a broken link.
]
# Exclude URLs and mail addresses from checking (supports regex).
exclude = [
"https://creativecommons.org/.*", # They don't like bots
]