We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250c550 commit bfe10c5Copy full SHA for bfe10c5
1 file changed
.github/workflows/link-checker.yml
@@ -19,6 +19,6 @@ jobs:
19
uses: lycheeverse/lychee-action@v2
20
with:
21
# Check all markdown files, but ignore local fragments and common anti-bot/rate-limited endpoints
22
- args: --verbose --no-progress --exclude-fragments --max-retries 3 --accept 200..299,300..399,403,429 --exclude "googlegpt\.io" "*.md" "**/*.md"
+ args: --verbose --no-progress --max-retries 3 --accept 200..299,300..399,403,429 --exclude "googlegpt\.io" "*.md" "**/*.md"
23
env:
24
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments