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

View File

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