From cffd3a051befc41ddf5f45f73998305a0d034a31 Mon Sep 17 00:00:00 2001 From: zachgersh Date: Tue, 28 May 2013 22:47:45 -0700 Subject: [PATCH] Added a prereq to generate history before publishing to gh-pages. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index a8921633..4a607406 100644 --- a/Rakefile +++ b/Rakefile @@ -114,7 +114,7 @@ namespace :site do end desc "Commit the local site to the gh-pages branch and publish to GitHub Pages" - task :publish do + task :publish => [:history] do # Ensure the gh-pages dir exists so we can generate into it. puts "Checking for gh-pages dir..." unless File.exist?("./gh-pages")