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