Attempt fix CI npx hanging

This commit is contained in:
David Eisinger
2025-04-03 00:19:56 -04:00
parent 8c480c6590
commit 1cb0a45631

View File

@@ -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: |