hugo-toha/script/cibuild
Andrea Zignoli 46fd8a8af2 Cayman files
2023-05-06 13:59:10 +02:00

9 lines
252 B
Bash
Executable file

#!/bin/sh
set -e
bundle exec jekyll build
bundle exec htmlproofer ./_site --check-html --check-sri --url-ignore '/fonts.gstatic.com/'
bundle exec rubocop -D --config .rubocop.yml
bundle exec script/validate-html
gem build jekyll-theme-cayman.gemspec