Update ruby
This commit is contained in:
parent
8b2cdc1bf9
commit
60ace967a2
4
Makefile
4
Makefile
@ -6,11 +6,11 @@ img: assets/img/raw/*
|
||||
|
||||
build: img
|
||||
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
|
||||
|
||||
serve: img
|
||||
~/.gem/ruby/2.6.0/bin/jekyll serve \
|
||||
~/.gem/ruby/2.7.0/bin/jekyll serve \
|
||||
--drafts \
|
||||
--unpublished \
|
||||
--future
|
||||
|
Reference in New Issue
Block a user