davideisinger.com

My personal website
Log | Files | Refs | README

commit 055c0b04b7d3fdb13f51db671a93f914eddc74d1
parent 8177015d31a901d247977a8909fd912fffb7779d
Author: David Eisinger <[email protected]>
Date:   Mon,  7 Apr 2025 15:19:10 -0400

Disable spellcheck

Diffstat:
M.build.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.build.yml b/.build.yml @@ -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: |