website/script/cibuild

5 lines
126 B
Text
Raw Normal View History

2018-07-29 12:18:35 +02:00
#!/usr/bin/env bash
set -e # halt script on error
bundle exec jekyll build
bundle exec htmlproofer ./_site --disable-external