mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
ci: retry failing links 6 times
This commit is contained in:
parent
1e3d989ad9
commit
ad2a900fda
@ -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/",
|
||||
|
Loading…
Reference in New Issue
Block a user