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