From ad2a900fda2becf742da73c5f5dbe389bf9c0362 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 2 Oct 2023 15:28:28 +0100 Subject: [PATCH] ci: retry failing links 6 times --- lychee.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lychee.toml b/lychee.toml index 29a226748619..22f73e611a8b 100644 --- a/lychee.toml +++ b/lychee.toml @@ -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/",