From 1cb0a45631d68f8dd7bf99284c8793bb2cd43d3b Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 3 Apr 2025 00:19:56 -0400 Subject: [PATCH] Attempt fix CI npx hanging --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |