diff --git a/.build.yml b/.build.yml index e0efe93..186064e 100644 --- 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: |