Lower cache time to 1d (#285)

This commit is contained in:
Eno Compton 2025-11-10 20:47:56 -07:00 committed by GitHub
parent 46088910d7
commit 1539f5fb92
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: "--cache --max-cache-age 1w . --exclude https://www.uber.com README.md" # Uber returns 406s otherwise
args: "--cache --max-cache-age 1d . --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