From c4b4d50e6facaee411af7e74ddee2b2ebe74bf56 Mon Sep 17 00:00:00 2001 From: Kevin van Rijn <6368561+kevinvanrijn@users.noreply.github.com> Date: Wed, 9 Oct 2024 11:02:06 +0200 Subject: [PATCH] Update links.yml --- .github/workflows/links.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index a7f3193422..d0d6f6ef6e 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -16,10 +16,12 @@ jobs: - name: lychee id: lychee uses: lycheeverse/lychee-action@v2.0.0 + continue-on-error: true env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} with: args: '-m 0 -a "200" -t 300 --max-retries 0 --max-concurrency 1 --include-mail --require-https --format markdown -u "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -- README.html' + fail: false # Don't fail action on broken links - name: Links if: env.lychee_exit_code != 0 shell: bash