1
0
mirror of https://github.com/danbee/cv synced 2026-06-21 07:12:23 +00:00
cv/Rakefile
2013-03-20 11:43:07 +00:00

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