diff --git a/.build.yml b/.build.yml index 28a9717..dd5e6b0 100644 --- a/.build.yml +++ b/.build.yml @@ -26,7 +26,7 @@ tasks: # Spellcheck Markdown files - spelling: | - npx cspell "content/**/*.md" + npx --yes cspell "content/**/*.md" # Diff RSS template against Hugo default, make sure only differences are intentional - rss: |