Just freaking publish the site.
This commit is contained in:
parent
e20491759d
commit
664ad0a32d
2
Rakefile
2
Rakefile
|
@ -180,7 +180,7 @@ namespace :site do
|
||||||
sha = `git log`.match(/[a-z0-9]{40}/)[0]
|
sha = `git log`.match(/[a-z0-9]{40}/)[0]
|
||||||
Dir.chdir('gh-pages') do
|
Dir.chdir('gh-pages') do
|
||||||
sh "git add ."
|
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"
|
sh "git push origin gh-pages"
|
||||||
end
|
end
|
||||||
puts 'Done.'
|
puts 'Done.'
|
||||||
|
|
Loading…
Reference in New Issue