Skip to content

Commit

Permalink
Sync with upstream style (#240)
Browse files Browse the repository at this point in the history
As per carpentries/styles#473

Co-authored-by: Peter Steinbach <p.steinbach@hzdr.de>
  • Loading branch information
ocaisa and psteinb authored Jan 27, 2021
1 parent 2fd58ca commit da79cfa
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 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
Expand Down

0 comments on commit da79cfa

Please sign in to comment.