blob: 314349b1a40275ec9b7f3f8c62e9d6c659e53174 (
plain)
1
2
3
4
5
6
|
require 'rake-jekyll'
# This task builds the Jekyll site and deploys it to a remote Git repository.
# It's preconfigured to be used with GitHub and Travis CI.
# See http://github.com/jirutka/rake-jekyll for more options.
Rake::Jekyll::GitDeployTask.new(:deploy)
|