Skip to content

Commit

Permalink
Make site_release push to GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
mojombo committed Jan 13, 2012
1 parent 7d1d6c0 commit 5d83949
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 @@ -125,7 +125,7 @@ task :site_release do

# Commit the changes
sha = `git log`.match(/[a-z0-9]{40}/)[0]
sh "cd gh-pages && git add . && git commit -m 'Updating to #{sha}.'"
sh "cd gh-pages && git add . && git commit -m 'Updating to #{sha}.' && git push"
puts 'Done.'
end
#############################################################################
Expand Down

0 comments on commit 5d83949

Please sign in to comment.