diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 2e6d262..db5c2e3 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -14,7 +14,7 @@ steps: spellcheck: image: quay.io/thegeeklab/alpine-tools commands: - - spellchecker --files 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls --no-suggestions + - spellchecker --files 'README.md' 'CONTRIBUTING.md' -d .dictionary -p spell indefinite-article syntax-urls environment: FORCE_COLOR: "true" NPM_CONFIG_LOGLEVEL: "error"