We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2355da commit b163f9fCopy full SHA for b163f9f
1 file changed
Makefile
@@ -7,7 +7,7 @@ export SHELL = /bin/bash
7
# Settings
8
MAKEFILES=Makefile $(wildcard *.mk)
9
JEKYLL_VERSION=3.8.5
10
-JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
+JEKYLL=bundle install && bundle update && bundle exec jekyll
11
PARSER=bin/markdown_ast.rb
12
DST=_site
13
0 commit comments