Skip to content

Commit 2f8aa3c

Browse files
authored
Merge pull request #362 from objectstack-ai/copilot/add-error-handling-to-api
2 parents 8290457 + 6e1fafa commit 2f8aa3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +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'
29+
--exclude-path '(^|.*/)meta\.json$'
30+
--exclude-path '(^|.*/)meta\.cn\.json$'
3131
'content/**/*.md'
3232
'content/**/*.mdx'
3333
'README.md'

0 commit comments

Comments
 (0)