Skip to content

Commit 6f0a967

Browse files
committed
fix: lychee pipeline
1 parent 02d44aa commit 6f0a967

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ jobs:
3737
- name: Validate external links (lychee)
3838
uses: lycheeverse/lychee-action@v2
3939
with:
40-
args: --config lychee.toml 'content/docs/**/*.{md,mdx}'
40+
args: --config lychee.toml 'content/docs/**/*.md' 'content/docs/**/*.mdx'
4141
fail: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"check": "biome check app/ components/ lib/ scripts/ content/",
1313
"check:fix": "biome check --write app/ components/ lib/ scripts/ content/",
1414
"validate-links": "bun run ./lint.ts",
15-
"validate-external-links": "lychee --config lychee.toml 'content/docs/**/*.{md,mdx}'",
15+
"validate-external-links": "lychee --config lychee.toml 'content/docs/**/*.md' 'content/docs/**/*.mdx'",
1616
"generate-openapi": "bun run ./scripts/fetch-openapi-specs.mts",
1717
"generate-llms": "bun run ./scripts/generate-llms-txt.ts",
1818
"sync-cookbook": "bun run ./scripts/sync-cookbook.ts",

0 commit comments

Comments
 (0)