diff --git a/site/docs/continuous-integration.md b/site/docs/continuous-integration.md index 323921c7..2d2d7982 100644 --- a/site/docs/continuous-integration.md +++ b/site/docs/continuous-integration.md @@ -40,9 +40,10 @@ or write a Ruby script which utilizes the gem. {% highlight bash %} #!/usr/bin/env bash +set -e # halt script on error -jekyll build -htmlproof ./_site +bundle exec jekyll build +bundle exec htmlproof ./_site {% endhighlight %} Some options can be specified via command-line switches. Check out the