HiddenSounds/script/cibuild

6 lines
172 B
Text
Raw Normal View History

2019-06-12 23:42:32 +00:00
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
2019-06-13 00:19:03 +00:00
bundle exec htmlproofer ./_site --checks-to-ignore LinkCheck # Most paths are different in prod