From d16a87beaeff0b49783ad51e77bdc3fe81248c5c Mon Sep 17 00:00:00 2001 From: Gustavo Gonzalez Date: Fri, 27 Sep 2024 17:35:44 -0400 Subject: [PATCH] + --- .github/workflows/check-links.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 0f16fb72..9b5974e0 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -18,6 +18,11 @@ jobs: uses: lycheeverse/lychee-action@v1 with: args: --no-progress './**/*.adoc' './**/*.md' - fail: true - env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + fail: false + + - name: Run linkspector + uses: umbrelladocs/action-linkspector@v1 + with: + fail_on_error: false + + \ No newline at end of file