summaryrefslogtreecommitdiff
path: root/scripts/build.sh
diff options
context:
space:
mode:
authorAJ <scisco@users.noreply.github.com>2014-07-17 15:57:26 -0400
committerAJ <scisco@users.noreply.github.com>2014-07-17 15:57:26 -0400
commit086585c95574596765f9ce15bef0ff539b2cd6e5 (patch)
treee7584d93b1e1680231f0f98810fa990b0f7d47e3 /scripts/build.sh
parentea87493f9a91a0d853ea6dd5f6e4a25cb9d536db (diff)
parent54d4b6cc127a786506cbf4b0abc0ee8e8cc55c56 (diff)
Merge pull request #16 from developmentseed/improvements
Making jekyll-hook compatible with Ubuntu 14.0
Diffstat (limited to 'scripts/build.sh')
-rwxr-xr-xscripts/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh
index 4d689db..9eb4fe2 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -25,5 +25,5 @@ cd -
# Run jekyll
cd $source
-jekyll $source $build --no-server --no-auto
+jekyll build -s $source -d $build
cd -