From 6ddf17a0244d725181c5367465efb5528e0367e3 Mon Sep 17 00:00:00 2001 From: longfeiW <34025001+longfeiWan9@users.noreply.github.com> Date: Tue, 20 Aug 2024 11:14:59 +0800 Subject: [PATCH] Update check-external-links.yml (#2300) increase the time out and retry for checker --- .github/workflows/check-external-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-external-links.yml b/.github/workflows/check-external-links.yml index 05726e97e..30d07a60a 100644 --- a/.github/workflows/check-external-links.yml +++ b/.github/workflows/check-external-links.yml @@ -14,5 +14,5 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.8.0 with: - args: --accept 200,429,403 '**/*.md' + args: --accept 200,429,403 --timeout 60 --retry-wait-time 15 --max-retries 10 '**/*.md' fail: true