We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8290457 + 6e1fafa commit 2f8aa3cCopy full SHA for 2f8aa3c
1 file changed
.github/workflows/check-links.yml
@@ -26,8 +26,8 @@ jobs:
26
# Use configuration file for path remapping and settings
27
args: >-
28
--config lychee.toml
29
- --exclude-path '**/meta.json'
30
- --exclude-path '**/meta.cn.json'
+ --exclude-path '(^|.*/)meta\.json$'
+ --exclude-path '(^|.*/)meta\.cn\.json$'
31
'content/**/*.md'
32
'content/**/*.mdx'
33
'README.md'
0 commit comments