summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorScisco <alireza@developmentseed.org>2014-07-17 13:11:37 -0400
committerScisco <alireza@developmentseed.org>2014-07-17 13:11:37 -0400
commit05ac6ca2fdd6aa08917240b8b46610f6d0a237c6 (patch)
tree0f09002d3f33d492af69df39f87fd3993254bd07 /scripts
parentf4a6440b71d58db09c800c20b6bde4f8a7a275e2 (diff)
Updated build script with newly added jekyll build command
Diffstat (limited to 'scripts')
-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 -