summaryrefslogtreecommitdiff
path: root/scripts/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/publish.sh')
-rwxr-xr-xscripts/publish.sh6
1 files changed, 5 insertions, 1 deletions
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