We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9413174 commit 7d942ceCopy full SHA for 7d942ce
1 file changed
.github/workflows/check-md-links.yml
@@ -28,7 +28,9 @@ jobs:
28
echo 'files<<EOF'
29
git diff --name-only --diff-filter=AM \
30
"${{ github.event.pull_request.base.sha }}...HEAD" \
31
- -- '*.md' '*.mdx'
+ -- 'docs-next/**/*.md' 'docs-next/**/*.mdx' \
32
+ 'i18n/zh-CN/docusaurus-plugin-content-docs-next/**/*.md' \
33
+ 'i18n/zh-CN/docusaurus-plugin-content-docs-next/**/*.mdx'
34
echo EOF
35
} >> "$GITHUB_OUTPUT"
36
0 commit comments