HiddenSounds/script/cibuild

6 lines
108 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
bundle exec htmlproofer ./_site