Skip to content

Commit e2c9adc

Browse files
brabojclaude
andauthored
fix: exclude symlink from lychee to prevent CI hang (#137)
The dist/tutorial-git symlink caused lychee to scan HTML files twice, hanging the CI job. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 22fdbee commit e2c9adc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lychee.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ exclude = [
77
"^http://",
88
]
99

10+
# Skip the symlink directory to prevent recursive scanning
11+
exclude_path = ["astro-site/dist/tutorial-git"]
12+
1013
# Accept 200 and 204
1114
accept = [200, 204]
1215

0 commit comments

Comments
 (0)