Class: AutoHyde

Inherits:
Sinatra::Base
  • Object
show all
Defined in:
lib/auto-hyde.rb

Overview

Setup Github Post-Receive route and action

Constant Summary collapse

EMAIL_TEMPLATE =
<<-EMAIL
  Your Jekyll rebuild failed at #{Time.now} with the following error:
  #{@error}
EMAIL