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