Skip to content

Instantly share code, notes, and snippets.

@phlegx
Created February 11, 2013 13:44
Show Gist options
  • Save phlegx/4754482 to your computer and use it in GitHub Desktop.
Save phlegx/4754482 to your computer and use it in GitHub Desktop.
namespace :doc do
desc "Generate documentation"
task :setup do
run("cd /home/capistrano/daemon/production/current/; pwd; gem env; yardoc app")
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment