Skip to content

Commit 86da182

Browse files
committed
Deleted redundant --max-retries 3 from lychee args
1 parent 012bbc0 commit 86da182

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ 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 --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
25+
args: --verbose --no-progress --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
2626
env:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)