Skip to content

Commit 5a1ab4e

Browse files
committed
Split lychee args up
1 parent d26abcb commit 5a1ab4e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/link-checker.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
25-
args: --verbose --no-progress --max-retries 3 --max-concurrency 5 --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" "api\.star-history\.com"
25+
args: --verbose --no-progress --max-retries 3 --max-concurrency 5 \
26+
--accept 200..299,300..399,403,429 \
27+
--exclude "ghostbrowser\.com" "api\.star-history\.com" \
28+
--exclude "*.md" "**/*.md"
2629
env:
2730
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)