From fa173ba8b5bcff7bf7fdcf79679b5842061881eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Olender?= <92638966+TC-MO@users.noreply.github.com> Date: Mon, 4 Nov 2024 16:40:11 +0100 Subject: [PATCH] feat: change behaviour of lychee link checker (#1271) --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index f643f6d1f..49bb5b28d 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -8,6 +8,7 @@ on: jobs: link-check: runs-on: ubuntu-latest + continue-on-error: true steps: - uses: actions/checkout@v4 @@ -48,7 +49,6 @@ jobs: --accept '100..=103,200..=299,403..=403,429' --format markdown './build/**/*.html' - continue-on-error: true - name: Add job summary if: always()