aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2011-09-22 16:16:54 -0500
committerBrandon Mathis <brandon@imathis.com>2011-09-22 16:16:54 -0500
commitaa1abd0827e764da84b3c6c8e96bbd89d1f59d34 (patch)
tree8f49f94b6db42950d4cf1414a7ed552943a9168e /Rakefile
parent4d491494049dcea091cee8b06943ac8a7d3ad34b (diff)
downloadmy_new_personal_website-aa1abd0827e764da84b3c6c8e96bbd89d1f59d34.tar.xz
my_new_personal_website-aa1abd0827e764da84b3c6c8e96bbd89d1f59d34.zip
now Github pages :push task forces
Diffstat (limited to '')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index df19b9d4..eb91e37f 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