@sburns, something apparently changed with htmlproof/htmlproofer. A Jekyll issue demonstrated how to use htmlproofer with a scripts/cibuild.
Do you have any preference? I don't have much experience in this area.
In hindsight, it's probably as simple changing bundle exec htmlproof ./_site to bundle exec htmlproofer ./_site in cibuild. (Here's a failing build example.)
@sburns, something apparently changed with htmlproof/htmlproofer. A Jekyll issue demonstrated how to use htmlproofer with a
scripts/cibuild
.Do you have any preference? I don't have much experience in this area.
In hindsight, it's probably as simple changing
bundle exec htmlproof ./_site
tobundle exec htmlproofer ./_site
in cibuild. (Here's a failing build example.)