From 664ad0a32d9190888076c397ba1178e2233334c6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 1 Apr 2014 17:30:14 -0400 Subject: [PATCH] Just freaking publish the site. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ce15184c..70064e7b 100644 --- a/Rakefile +++ b/Rakefile @@ -180,7 +180,7 @@ namespace :site do sha = `git log`.match(/[a-z0-9]{40}/)[0] Dir.chdir('gh-pages') do sh "git add ." - sh "git commit -m 'Updating to #{sha}.'" + sh "git commit --allow-empty -m 'Updating to #{sha}.'" sh "git push origin gh-pages" end puts 'Done.'