Skip to content

Commit

Permalink
Ignore 429s from Medium and GitHub when checking links
Browse files Browse the repository at this point in the history
Sometimes, they rate limit us. Ok!
  • Loading branch information
SeanTAllen committed Feb 27, 2024
1 parent db635b8 commit 3e2eac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ plugins:
validate_external_urls: !ENV [VALIDATE_EXTERNAL_URLS, True]
raise_error_after_finish: True
raise_error_excludes:
429: ["https://github.com/", "https://medium.com"]
429: ["https://github.com/*", "https://medium.com/*"]
# only available to users that are logged in to GitHub and have
# ponylang org access
404: ["https://github.com/organizations/ponylang/settings/repository-defaults"]
Expand Down

0 comments on commit 3e2eac0

Please sign in to comment.