Update build for breaking change (#284)

This commit is contained in:
Eno Compton 2025-11-06 21:19:44 -06:00 committed by GitHub
parent ac3ccf2c55
commit 46088910d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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