From da79cfae901b16c92f1492cd3084d9dd72de6311 Mon Sep 17 00:00:00 2001 From: ocaisa Date: Wed, 27 Jan 2021 16:54:14 +0100 Subject: [PATCH] Sync with upstream style (#240) As per https://github.com/carpentries/styles/pull/473 Co-authored-by: Peter Steinbach --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f3662c..35aa8ad 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ export SHELL = /bin/bash # Settings MAKEFILES=Makefile $(wildcard *.mk) -JEKYLL=bundle config set path '.vendor/bundle' && bundle install && bundle update && bundle exec jekyll +JEKYLL=bundle config --local set path .vendor/bundle && bundle install && bundle update && bundle exec jekyll HPC_JEKYLL_CONFIG?= PARSER=bin/markdown_ast.rb DST=_site