1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Improve code style

This commit is contained in:
Cotes Chung
2020-12-18 20:54:18 +08:00
parent 8e5d8b8931
commit 6dc6f2a7cf
5 changed files with 30 additions and 31 deletions

View File

@@ -64,7 +64,7 @@ if $_build; then
JEKYLL_ENV=production bundle exec jekyll b
fi
bundle exec htmlproofer $DEST \
bundle exec htmlproofer "$DEST" \
--disable-external \
--check-html \
--empty_alt_ignore \