diff --git a/.drone.yml b/.drone.yml index ab4e03d..1682ad6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -159,7 +159,7 @@ steps: image: node:lts-alpine commands: - npm install -g spellchecker-cli - - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --no-suggestions + - spellchecker --files 'exampleSite/content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title --no-suggestions environment: FORCE_COLOR: true NPM_CONFIG_LOGLEVEL: error