We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2722942 commit 31a12a5Copy full SHA for 31a12a5
.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 "googlegpt\.io" --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
+ args: --verbose --no-progress --max-retries 3 --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