Skip to content

Commit

Permalink
now Github pages :push task forces
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis committed Sep 22, 2011
1 parent 4d49149 commit aa1abd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa1abd0

Please sign in to comment.