mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-08 13:45:28 -05:00
Merge pull request #5781 from DirtyF/bump-htmlproofer
Merge pull request 5781
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -88,7 +88,7 @@ end
|
||||
|
||||
group :site do
|
||||
if ENV["PROOF"]
|
||||
gem "html-proofer", "~> 2.0"
|
||||
gem "html-proofer", "~> 3.4"
|
||||
end
|
||||
|
||||
gem "jekyll-avatar"
|
||||
|
||||
@@ -32,4 +32,4 @@ bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace
|
||||
|
||||
# 3.
|
||||
msg "Proofing..."
|
||||
time bundle exec htmlproof ./$DESTINATION --url-ignore $INGORE_HREFS $@
|
||||
time bundle exec htmlproofer ./$DESTINATION --url-ignore $INGORE_HREFS $@
|
||||
|
||||
Reference in New Issue
Block a user