From e6238ab77cebe653dedfaa873dd1a9ccbccf6ad9 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 12 May 2023 16:18:07 +0200 Subject: [PATCH] Make spell-checker only check the `content` dir --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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