From 20a159fbc8f3174c86b12b077723bd85672222dc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Fri, 15 Dec 2023 10:38:38 +0100 Subject: [PATCH] fix spellchecker config --- .woodpecker/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 2a95d2e..d017563 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -21,7 +21,7 @@ steps: image: quay.io/thegeeklab/alpine-tools group: test commands: - - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls + - spellchecker --files 'content/**/*.md' 'README.md' -d .dictionary -p spell indefinite-article syntax-urls frontmatter --frontmatter-keys title tags environment: FORCE_COLOR: "true"