Make spell-checker only check the content dir

This commit is contained in:
Nikolai Rodionov 2023-05-12 16:18:07 +02:00
parent a02f98af92
commit e6238ab77c
No known key found for this signature in database
GPG Key ID: 906851F91B1DA3EF

View File

@ -193,4 +193,4 @@ steps:
image: node image: node
commands: commands:
- npm i markdown-spellcheck -g - npm i markdown-spellcheck -g
- mdspell "src/**/*.md" -n -r - mdspell "src/content/**/*.md" -n -r