Skip to content

Commit b163f9f

Browse files
committed
remove path flag
1 parent f2355da commit b163f9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export SHELL = /bin/bash
77
# Settings
88
MAKEFILES=Makefile $(wildcard *.mk)
99
JEKYLL_VERSION=3.8.5
10-
JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
10+
JEKYLL=bundle install && bundle update && bundle exec jekyll
1111
PARSER=bin/markdown_ast.rb
1212
DST=_site
1313

0 commit comments

Comments
 (0)