Skip to content

Commit dadeb60

Browse files
authored
Merge pull request #2382 from marquiz/devel/netlify
netlify: use bundler to run jekyll
2 parents 05c43e5 + eaee346 commit dadeb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Netlify settings
22
[build]
3-
command = "cd docs/ && bundle install && jekyll build"
3+
command = "cd docs/ && bundle install && bundle exec jekyll build"
44
publish = "docs/_site/"
55

66
[build.environment]

0 commit comments

Comments
 (0)