We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--max-retries 3
1 parent 012bbc0 commit 86da182Copy full SHA for 86da182
1 file changed
.github/workflows/link-checker.yml
@@ -22,6 +22,6 @@ jobs:
22
uses: lycheeverse/lychee-action@v2.8.0
23
with:
24
# 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
+ args: --verbose --no-progress --accept 200..299,300..399,403,429 --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
26
env:
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments