summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2016-08-07 17:08:01 +0200
committerHarald Eilertsen <haraldei@anduin.net>2016-08-07 17:08:01 +0200
commit60c59155547896df1e50e0cab3e0328ad0f964a8 (patch)
tree272f8d224540e54a8c4f838c9eb17cc3487bf24d /deploy.sh
parent8b0805303ac0d298cb7e586c0e32ef9c9fe24dbf (diff)
downloadnorsk-urskog-main-60c59155547896df1e50e0cab3e0328ad0f964a8.tar.gz
norsk-urskog-main-60c59155547896df1e50e0cab3e0328ad0f964a8.tar.bz2
norsk-urskog-main-60c59155547896df1e50e0cab3e0328ad0f964a8.zip
Make sure deploy use bundled gems to build site.
Diffstat (limited to 'deploy.sh')
-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