diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2016-08-07 17:08:01 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2016-08-07 17:08:01 +0200 |
commit | 60c59155547896df1e50e0cab3e0328ad0f964a8 (patch) | |
tree | 272f8d224540e54a8c4f838c9eb17cc3487bf24d | |
parent | 8b0805303ac0d298cb7e586c0e32ef9c9fe24dbf (diff) | |
download | norsk-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.
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -45,7 +45,7 @@ fi echo "** Building site:" pushd blog -jekyll build +bundle exec jekyll build buildres=$? popd |