From 896c644c834b60735917cd5cfae0dc9c407e75f6 Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Fri, 13 Oct 2023 13:26:04 -0700 Subject: [PATCH] Do not fail on link checker failures --- .github/workflows/check-links.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 5045a4cf..91f9e097 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -11,6 +11,6 @@ jobs: - name: Link Checker uses: lycheeverse/lychee-action@v1.4.1 with: - fail: true + fail: false env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}