Disable spellcheck

This commit is contained in:
David Eisinger
2025-04-07 15:19:10 -04:00
parent 8177015d31
commit 055c0b04b7

View File

@@ -1,7 +1,7 @@
image: ubuntu/24.04
packages:
- imagemagick
- npm
# - npm
- rsync
- ruby
sources:
@@ -25,8 +25,8 @@ tasks:
echo 'cd davideisinger.com' >> ~/.buildenv
# Spellcheck Markdown files
- spelling: |
timeout 30s npx cspell "content/**/*.md" || [ $? -eq 124 ]
# - spelling: |
# npx cspell "content/**/*.md"
# Diff RSS template against Hugo default, make sure only differences are intentional
- rss: |