Disable spellcheck
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user