Skip to content

Commit 0071a6b

Browse files
Update spellcheck.yml
Signed-off-by: Darren <27513732@qq.com>
1 parent 98e8cc5 commit 0071a6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/spellcheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: rojopolis/spellcheck-github-actions@0.41.0
1414
name: Spellcheck
1515
with:
16-
source_files: i18n/en/docusaurus-plugin-content-docs/current/*
16+
source_files: i18n/en/docusaurus-plugin-content-docs/current/**/*.md
1717
task_name: Markdown
1818
output_file: spellcheck-output.txt
1919
- uses: actions/upload-artifact@v3
2020
if: '!cancelled()' # Do not upload artifact if job was cancelled
2121
with:
2222
name: Spellcheck Output
23-
path: spellcheck-output.txt
23+
path: spellcheck-output.txt

0 commit comments

Comments
 (0)