diff --git a/script/cibuild b/script/cibuild index 9cb127f..83e2e10 100755 --- a/script/cibuild +++ b/script/cibuild @@ -2,4 +2,4 @@ set -e # halt script on error bundle exec jekyll build -bundle exec htmlproofer --check-favicon --check-html ./_site +bundle exec htmlproofer --check-favicon --check-html --check-opengraph ./_site