From 732b266de03a8f0d2bf27f5e115fdaab64b6405d Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 1 Feb 2024 14:40:27 +0100 Subject: [PATCH] chore: CI: do not fail on broken links (#3238) --- .github/workflows/nix-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nix-ci.yml b/.github/workflows/nix-ci.yml index 56ffa5938923..45c42a253bb1 100644 --- a/.github/workflows/nix-ci.yml +++ b/.github/workflows/nix-ci.yml @@ -94,7 +94,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v1.9.0 with: - fail: true + fail: false # report errors but do not block CI on temporary failures # gmplib.org consistently times out from GH actions # the GitHub token is to avoid rate limiting args: --base './dist' --no-progress --github-token ${{ secrets.GITHUB_TOKEN }} --exclude 'gmplib.org' './dist/**/*.html'