mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
run jekyll with bundle exec
This commit is contained in:
+2
-1
@@ -336,7 +336,8 @@ module.exports = function (grunt) {
|
|||||||
|
|
||||||
jekyll: {
|
jekyll: {
|
||||||
options: {
|
options: {
|
||||||
config: '_config.yml'
|
config: '_config.yml',
|
||||||
|
bundleExec: true
|
||||||
},
|
},
|
||||||
docs: {},
|
docs: {},
|
||||||
github: {
|
github: {
|
||||||
|
|||||||
Reference in New Issue
Block a user