Skip to content

Commit

Permalink
ci: retry failing links 6 times
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 2, 2023
1 parent 1e3d989 commit ad2a900
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lychee.toml
Expand Up @@ -4,6 +4,8 @@ cache = true
exclude_all_private = true
# HTTP status code: 429 (Too Many Requests) will also be treated as a valid link if Lychee gets rate limited
accept = [200, 429]
# retry
max_retries = 6
# Explicitly exclude some URLs
exclude = [
"https://twitter.nuxt.dev/",
Expand Down

0 comments on commit ad2a900

Please sign in to comment.