Exit deploy docs script on Fig error

This commit is contained in:
Ben Firshman 2014-02-24 18:35:06 +00:00
commit 07fd01ad46
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
set -ex
pushd docs
fig run jekyll jekyll build
popd