From f903156221e9802040d98395385aa9d5428be756 Mon Sep 17 00:00:00 2001 From: Ashley Weaver Date: Thu, 27 Jun 2024 16:14:14 -0400 Subject: [PATCH] Update broken-link-check.yml --- .github/workflows/broken-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index 0c785a40..f31622a2 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -13,6 +13,6 @@ jobs: - name: "Check for broken links" uses: lycheeverse/lychee-action@v1 with: - args: --no-progress --accept '200..=299, 401' --exclude '.*\.ndjson' --exclude 'file://*' ./common/ # ignore Unauthorized errors + args: --no-progress --accept '200..=299, 401' --exclude .*\.ndjson file://* -- ./common # ignore Unauthorized fail: true jobSummary: true