Skip to content

Commit ec7855f

Browse files
committed
Update deprecated htmlproofer arguments
Signed-off-by: Carlosespicur <carlosespicur@proton.me>
1 parent ad883cf commit ec7855f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cibuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
2929

3030
echo "Ignoring urls: " $IGNORE_HREFS
3131
bundle exec jekyll build
32-
bundle exec htmlproofer --check_html --http-status-ignore "429,403" --check-favicon --assume-extension --alt-ignore "/.*/" --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site
32+
bundle exec htmlproofer --checks html,favicon --http-status-ignore "429,403" --assume-extension --alt-ignore "/.*/" --empty-alt-ignore --only-4xx --url-ignore $IGNORE_HREFS $@ ./_site

0 commit comments

Comments
 (0)