HiddenSounds/script/cibuild
2019-06-13 01:42:32 +02:00

5 lines
108 B
Bash

#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer ./_site