Skip to content

Commit b45b5b2

Browse files
greynewellclaude
andcommitted
fix: use --exclude to skip root-relative internal links in lychee
--root-url doesn't exist; --root-dir won't match .mdx files by path. Root-relative hrefs like /async-polling are valid Mintlify internal links at runtime but unresolvable by lychee against local files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ac30b09 commit b45b5b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
--accept 200,201,202,203,204,206,301,302,303,307,308,429
3333
--max-concurrency 8
3434
--timeout 20
35-
--root-url https://docs.supermodeltools.com
35+
--exclude '^/'
3636
README.md **/*.mdx

0 commit comments

Comments
 (0)