Skip to content

Commit 5f1bc32

Browse files
committed
test: update html-proofer options for 5.x compatibility
- Remove --check-html (deprecated in 4.0+) - Rename --url-ignore to --ignore-urls - Add --no-enforce-https (5.x now enforces https by default)
1 parent e02666f commit 5f1bc32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ test-after-build: build
111111
done | grep .
112112

113113
## Check for broken links
114-
bundle exec htmlproofer --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
114+
bundle exec htmlproofer --disable-external --no-enforce-https --ignore-urls '/^\/bin/.*/' ./_site
115115

116116
## Tests to run last because they identify problems that may not be fixable during initial commit review.
117117
## However, these should not be still failing when the site goes to production

0 commit comments

Comments
 (0)