From c240b494fce1181af2a90791312c0a06227526dc Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 6 May 2017 17:35:37 -0400 Subject: [PATCH] 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 --- Rakefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Rakefile diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..84a15c3 --- /dev/null +++ b/Rakefile @@ -0,0 +1,3 @@ +require 'yard-ghpages' + +Yard::GHPages::Tasks.install_tasks