Skip to content

Commit a74d2c8

Browse files
Copilothotlong
andcommitted
Fix link checker by excluding Fumadocs meta.json files
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 2871787 commit a74d2c8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
# Use configuration file for path remapping and settings
2727
args: >-
2828
--config lychee.toml
29+
--exclude-path '**/meta.json'
30+
--exclude-path '**/meta.cn.json'
2931
'content/**/*.md'
3032
'content/**/*.mdx'
3133
'README.md'

.lycheeignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ https://x.com*
1717

1818
# Common false positives
1919
mailto:*
20+
21+
# Fumadocs metadata files (not actual links)
22+
**/meta.json
23+
**/meta.cn.json

0 commit comments

Comments
 (0)