mirror of
https://github.com/danbee/cv
synced 2025-03-04 08:59:12 +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
|