mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
UserManual: Add an upload task
This commit is contained in:
@@ -18,4 +18,8 @@ task :generate do
|
||||
f.puts template.result(binding)
|
||||
end
|
||||
`open output/UserManual.html`
|
||||
end
|
||||
|
||||
task :upload do
|
||||
`rsync -a output/ sydney:public_html/gitx/`
|
||||
end
|
||||
Reference in New Issue
Block a user