bundle install before running bundle exec
This commit is contained in:
parent
4278f856ef
commit
bd96ca4ab6
|
@ -9,4 +9,5 @@ rm -Rf ./tmp/default-site
|
|||
bundle exec jekyll new tmp/default-site
|
||||
cd tmp/default-site
|
||||
|
||||
bundle install
|
||||
bundle exec jekyll build --verbose
|
||||
|
|
Loading…
Reference in New Issue