ci: retry failing links 6 times

This commit is contained in:
Daniel Roe 2023-10-02 15:28:28 +01:00
parent 1e3d989ad9
commit ad2a900fda
1 changed files with 2 additions and 0 deletions

View File

@ -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/",