diff options
author | Brandon Mathis <brandon@imathis.com> | 2011-09-22 16:16:54 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2011-09-22 16:16:54 -0500 |
commit | aa1abd0827e764da84b3c6c8e96bbd89d1f59d34 (patch) | |
tree | 8f49f94b6db42950d4cf1414a7ed552943a9168e /Rakefile | |
parent | 4d491494049dcea091cee8b06943ac8a7d3ad34b (diff) | |
download | my_new_personal_website-aa1abd0827e764da84b3c6c8e96bbd89d1f59d34.tar.xz my_new_personal_website-aa1abd0827e764da84b3c6c8e96bbd89d1f59d34.zip |
now Github pages :push task forces
Diffstat (limited to '')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |