We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 488ae09 commit 04e9f6bCopy full SHA for 04e9f6b
README.md
@@ -73,7 +73,7 @@ pages dated in the future (such as prepared release announcements).
73
To test the site:
74
75
bundle exec jekyll build --future --drafts --unpublished
76
- bundle exec htmlproofer --disable-external --url-ignore '/^\/bin/.*/' ./_site
+ bundle exec htmlproofer --check-html --disable-external --url-ignore '/^\/bin/.*/' ./_site
77
78
The additional parameters to `jekyll build` ensure that all possible
79
pages are built and checked.
0 commit comments