From 46088910d7af34c47b21c53394f3dbb7878c2d38 Mon Sep 17 00:00:00 2001 From: Eno Compton Date: Thu, 6 Nov 2025 21:19:44 -0600 Subject: [PATCH] Update build for breaking change (#284) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c03f599..d30f265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: id: lychee uses: lycheeverse/lychee-action@v2 with: - args: "--base-url . --cache --max-cache-age 1w . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise + args: "--cache --max-cache-age 1w . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise - name: "Check for exactly 200 links" run: | grep "\- \[" README.md | grep -Eo "https?://[^][ ]+" | sed 's/)//' | sort > links-only.txt