From aa1abd0827e764da84b3c6c8e96bbd89d1f59d34 Mon Sep 17 00:00:00 2001 From: Brandon Mathis Date: Thu, 22 Sep 2011 16:16:54 -0500 Subject: [PATCH] now Github pages :push task forces --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index df19b9d..eb91e37 100644 --- a/Rakefile +++ b/Rakefile @@ -235,7 +235,7 @@ multitask :push do message = "Site updated at #{Time.now.utc}" system "git commit -m \"#{message}\"" puts "\n## Pushing generated #{deploy_dir} website" - system "git push origin #{deploy_branch}" + system "git push origin #{deploy_branch} --force" puts "\n## Github Pages deploy complete" end end