summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index a0b8f29..577fe19 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -45,7 +45,7 @@ fi
echo "** Building site:"
pushd blog
-jekyll build
+bundle exec jekyll build
buildres=$?
popd