From 5e47199c472a2052a7393e3493b8d7c95be53189 Mon Sep 17 00:00:00 2001 From: Dave Cole Date: Wed, 10 Apr 2013 10:55:31 -0400 Subject: Better documentation. --- scripts/publish.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'scripts/publish.sh') diff --git a/scripts/publish.sh b/scripts/publish.sh index 5e1d2f1..82e728b 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,5 +1,9 @@ #!/bin/bash -set -e +set -e + +# This script is meant to be run automatically +# as part of the jekyll-hook application. +# https://github.com/developmentseed/jekyll-hook repo=$1 branch=$2 -- cgit v1.2.3