Skip to content

Commit 04e9f6b

Browse files
Sjorsfanquake
authored andcommitted
README: add --check-html to htmlproofer
This matches test-slow in Makefile
1 parent 488ae09 commit 04e9f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ pages dated in the future (such as prepared release announcements).
7373
To test the site:
7474

7575
bundle exec jekyll build --future --drafts --unpublished
76-
bundle exec htmlproofer --disable-external --url-ignore '/^\/bin/.*/' ./_site
76+
bundle exec htmlproofer --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
7777

7878
The additional parameters to `jekyll build` ensure that all possible
7979
pages are built and checked.

0 commit comments

Comments
 (0)