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 091d31a commit 905d24aCopy full SHA for 905d24a
Makefile
@@ -3,7 +3,7 @@
3
4
# Settings
5
MAKEFILES=Makefile $(wildcard *.mk)
6
-JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
+JEKYLL=bundle config set --local path .vendor/bundle && bundle install && bundle update && bundle exec jekyll
7
PARSER=bin/markdown_ast.rb
8
DST=_site
9
0 commit comments