Just freaking publish the site.

This commit is contained in:
Parker Moore 2014-04-01 17:30:14 -04:00
parent e20491759d
commit 664ad0a32d
1 changed files with 1 additions and 1 deletions

View File

@ -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.'