diff --git a/.drone.yml b/.drone.yml index 08dd62b..d4cfad6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -193,4 +193,4 @@ steps: image: node commands: - npm i markdown-spellcheck -g - - mdspell "src/**/*.md" -n -r + - mdspell "src/content/**/*.md" -n -r