mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
exclude_all_private = true
|
||||||
# HTTP status code: 429 (Too Many Requests) will also be treated as a valid link if Lychee gets rate limited
|
# HTTP status code: 429 (Too Many Requests) will also be treated as a valid link if Lychee gets rate limited
|
||||||
accept = [200, 429]
|
accept = [200, 429]
|
||||||
|
# retry
|
||||||
|
max_retries = 6
|
||||||
# Explicitly exclude some URLs
|
# Explicitly exclude some URLs
|
||||||
exclude = [
|
exclude = [
|
||||||
"https://twitter.nuxt.dev/",
|
"https://twitter.nuxt.dev/",
|
||||||
|
Loading…
Reference in New Issue
Block a user