From 15e7e1fe38807f615aa1addff1b3b90be15d43f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Thu, 10 Aug 2023 12:48:35 +0200 Subject: [PATCH] seo.yml: Accept 5XX codes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Norbert KamiƄski --- .github/workflows/seo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/seo.yml b/.github/workflows/seo.yml index f6030ea..cc7a4bb 100644 --- a/.github/workflows/seo.yml +++ b/.github/workflows/seo.yml @@ -19,7 +19,7 @@ jobs: uses: lycheeverse/lychee-action@v1.8.0 with: fail: true - args: --timeout 60 --max-redirects 10 -a 403,500,503,504 . + args: --timeout 60 --max-redirects 10 -a 403,500,502,503,504 . seo_spy_orphan_pages: runs-on: ubuntu-latest