Skip to content

Commit 31a12a5

Browse files
committed
Deleted lychee exclude
1 parent 2722942 commit 31a12a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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 "googlegpt\.io" --exclude "ghostbrowser\.com" "*.md" "**/*.md" --exclude api\.star-history\.com
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
2626
env:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)