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