Add a deploy task

This commit is contained in:
2018-09-01 16:28:00 -04:00
parent f94e5b725d
commit d1bc5d172f
3 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,7 @@ source "https://rubygems.org"
gem "jekyll", "3.4.3"
gem "html-proofer"
gem "rb-fsevent", "0.9.8"
gem "jgd", "1.11"
group :jekyll_plugins do
gem 'jekyll-livereload'