commit 1cb0a45631d68f8dd7bf99284c8793bb2cd43d3b
parent 8c480c65907ec428ab6fe347b2539bb31b8ee14a
Author: David Eisinger <[email protected]>
Date: Thu, 3 Apr 2025 00:19:56 -0400
Attempt fix CI npx hanging
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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: |