diff --git a/push.sh b/push.sh index 71220dd..a9e79ea 100755 --- a/push.sh +++ b/push.sh @@ -54,11 +54,16 @@ chmod 0600 .tmp/* ######################################################################## # generate the site - pushd site -hugo -popd +hugo +if [ $? ne 0 ] +then + echo "Hugo build failed" + exit 1 +fi + +popd ######################################################################## # and push to hosts