Skip to content

Commit bfe10c5

Browse files
committed
Fix syntax in GitHub Action for Lychee
1 parent 250c550 commit bfe10c5

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
@@ -19,6 +19,6 @@ jobs:
1919
uses: lycheeverse/lychee-action@v2
2020
with:
2121
# 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"
22+
args: --verbose --no-progress --max-retries 3 --accept 200..299,300..399,403,429 --exclude "googlegpt\.io" "*.md" "**/*.md"
2323
env:
2424
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)