Skip to content

Commit aa1abd0

Browse files
committed
now Github pages :push task forces
1 parent 4d49149 commit aa1abd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ multitask :push do
235235
message = "Site updated at #{Time.now.utc}"
236236
system "git commit -m \"#{message}\""
237237
puts "\n## Pushing generated #{deploy_dir} website"
238-
system "git push origin #{deploy_branch}"
238+
system "git push origin #{deploy_branch} --force"
239239
puts "\n## Github Pages deploy complete"
240240
end
241241
end

0 commit comments

Comments
 (0)