Skip to content

Commit f6126de

Browse files
committed
show rake publish in rake -T
1 parent 50198c1 commit f6126de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
require 'nanoc3/tasks'
22

3+
desc "Publish to http://developer.github.com"
34
task :publish => [:clean] do
45
FileUtils.rm_r('output') if File.exist?('output')
56

0 commit comments

Comments
 (0)