From 9f6da26bb481ee394b143511d34d4b15dc240741 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 6 May 2013 01:16:14 +0200 Subject: [PATCH] remove failsave for docs publishing --- Rakefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rakefile b/Rakefile index a27af697..57f6a854 100644 --- a/Rakefile +++ b/Rakefile @@ -111,10 +111,6 @@ namespace :site do desc "Commit the local site to the gh-pages branch and publish to GitHub Pages" task :publish do - # Failsafe. Remove this once it has been done. - puts "Make sure to merge #860 into gh-pages before deploying." - exit(1) - # Ensure the gh-pages dir exists so we can generate into it. puts "Checking for gh-pages dir..." unless File.exist?("./gh-pages")