Auto-publish docs to gh-pages with yard-ghpages

- Add yard-ghpages to Gemfile
- Create Rakefile with yard-ghpages tasks for publishing to gh-pages
This commit is contained in:
Bill Niblock 2017-05-06 17:35:37 -04:00
parent c729916f9d
commit c240b494fc

3
Rakefile Normal file
View file

@ -0,0 +1,3 @@
require 'yard-ghpages'
Yard::GHPages::Tasks.install_tasks