Skip to content

Commit eb04878

Browse files
Update Makefile
Co-authored-by: Lisa Bock <lisa.bock@dlr.de>
1 parent 5beb4ba commit eb04878

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 && bundle update && bundle exec jekyll
10+
JEKYLL=bundle install && bundle update --all && bundle exec jekyll
1111
PARSER=bin/markdown_ast.rb
1212
DST=_site
1313

0 commit comments

Comments
 (0)