Skip to content

Commit 818e7e4

Browse files
greynewellclaude
andcommitted
fix: resolve lychee root-relative link errors
--exclude runs after URL construction; root-relative paths fail before that stage. Use --root-dir . so lychee builds file:// URLs, then --exclude 'file://' to skip all local path checks. External links are still verified. Tested locally: 0 errors. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b45b5b2 commit 818e7e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ jobs:
3232
--accept 200,201,202,203,204,206,301,302,303,307,308,429
3333
--max-concurrency 8
3434
--timeout 20
35-
--exclude '^/'
35+
--root-dir .
36+
--exclude 'file://'
3637
README.md **/*.mdx

0 commit comments

Comments
 (0)