mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 00:40:24 +00:00
run jekyll with bundle exec
This commit is contained in:
parent
0409024266
commit
be17600d7c
1 changed files with 2 additions and 1 deletions
|
|
@ -336,7 +336,8 @@ module.exports = function (grunt) {
|
|||
|
||||
jekyll: {
|
||||
options: {
|
||||
config: '_config.yml'
|
||||
config: '_config.yml',
|
||||
bundleExec: true
|
||||
},
|
||||
docs: {},
|
||||
github: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue