Update ruby

This commit is contained in:
PapaTutuWawa 2020-05-24 13:58:13 +02:00
parent 8b2cdc1bf9
commit 60ace967a2

View File

@ -6,11 +6,11 @@ img: assets/img/raw/*
build: img build: img
rm -rf _site; exit 0 rm -rf _site; exit 0
~/.gem/ruby/2.6.0/bin/jekyll build ~/.gem/ruby/2.7.0/bin/jekyll build
tar -czf blog.tar.gz _site tar -czf blog.tar.gz _site
serve: img serve: img
~/.gem/ruby/2.6.0/bin/jekyll serve \ ~/.gem/ruby/2.7.0/bin/jekyll serve \
--drafts \ --drafts \
--unpublished \ --unpublished \
--future --future