You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2016/10/28 00:00:40 UTC

bahir-website git commit: [MINOR] Fix build issue related to Jekyll version

Repository: bahir-website
Updated Branches:
  refs/heads/master 5375f7c84 -> f9b6f01d4


[MINOR] Fix build issue related to Jekyll version


Project: http://git-wip-us.apache.org/repos/asf/bahir-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir-website/commit/f9b6f01d
Tree: http://git-wip-us.apache.org/repos/asf/bahir-website/tree/f9b6f01d
Diff: http://git-wip-us.apache.org/repos/asf/bahir-website/diff/f9b6f01d

Branch: refs/heads/master
Commit: f9b6f01d456f60e96a324f2727ed9d498ddecf90
Parents: 5375f7c
Author: Luciano Resende <lr...@apache.org>
Authored: Fri Oct 28 02:00:34 2016 +0200
Committer: Luciano Resende <lr...@apache.org>
Committed: Fri Oct 28 02:00:34 2016 +0200

----------------------------------------------------------------------
 publish.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir-website/blob/f9b6f01d/publish.sh
----------------------------------------------------------------------
diff --git a/publish.sh b/publish.sh
index 8e5f51a..59fd1de 100755
--- a/publish.sh
+++ b/publish.sh
@@ -18,7 +18,7 @@
 
 set -e
 cd site
-jekyll build -d _site
+bundle exec jekyll build -d _site
 COMMIT_HASH=`git rev-parse HEAD`
 cd ..
 git checkout asf-site