Skip to content

Commit

Permalink
Just freaking publish the site.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Apr 1, 2014
1 parent e204917 commit 664ad0a
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 @@ -180,7 +180,7 @@ namespace :site do
sha = `git log`.match(/[a-z0-9]{40}/)[0]
Dir.chdir('gh-pages') do
sh "git add ."
sh "git commit -m 'Updating to #{sha}.'"
sh "git commit --allow-empty -m 'Updating to #{sha}.'"
sh "git push origin gh-pages"
end
puts 'Done.'
Expand Down

0 comments on commit 664ad0a

Please sign in to comment.