Execute build command using bundle. (#6274)

Merge pull request 6274
This commit is contained in:
André Jaenisch 2017-08-12 21:18:51 +02:00 committed by jekyllbot
parent a761a7acbc
commit d4443e43d6
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ TMP_GIT_CLONE=$HOME/tmp/myrepo
PUBLIC_WWW=/var/www/myrepo
git clone $GIT_REPO $TMP_GIT_CLONE
jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW
bundle exec jekyll build -s $TMP_GIT_CLONE -d $PUBLIC_WWW
rm -Rf $TMP_GIT_CLONE
exit
```