Skip to content

Commit

Permalink
Added a rake doc:deploy task.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Mar 29, 2012
1 parent 49bc099 commit 0696b18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -24,4 +24,9 @@ namespace :doc do
} }
end end
end end

task :deploy => :build do
repo = ENV['to'] || 'rstacruz/ifkit'
system "git-update-ghpages #{repo} -i output"
end
end end

0 comments on commit 0696b18

Please sign in to comment.