We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecaef44 commit 4f4de3aCopy full SHA for 4f4de3a
Makefile
@@ -6,7 +6,7 @@ export SHELL = /bin/bash
6
7
# Settings
8
MAKEFILES=Makefile $(wildcard *.mk)
9
-JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
+JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
10
PARSER=bin/markdown_ast.rb
11
DST=_site
12
0 commit comments