Skip to content

Commit

Permalink
Deprecated use of --path when installing bundle (carpentries#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocaisa authored Jul 10, 2020
1 parent ecaef44 commit 4f4de3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export SHELL = /bin/bash

# Settings
MAKEFILES=Makefile $(wildcard *.mk)
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
PARSER=bin/markdown_ast.rb
DST=_site

Expand Down

0 comments on commit 4f4de3a

Please sign in to comment.