Skip to content

Commit 050e1bf

Browse files
brabojclaude
andcommitted
fix: exclude symlink directory from lychee to prevent recursive scan
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 050e1bf

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)