mirror of
https://github.com/danbee/cv
synced 2026-06-21 07:12:23 +00:00
5 lines
137 B
Ruby
5 lines
137 B
Ruby
task "deploy" do
|
|
sh "git add public; git commit -m 'Deployed to gh-pages'"
|
|
sh "git subtree push --prefix public origin gh-pages"
|
|
end
|