website/script/cibuild
2018-10-07 18:38:58 +02:00

5 lines
No EOL
126 B
Bash
Executable file

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