Skip to content

Commit f8dd1b8

Browse files
committed
Add desc to rake task
1 parent 6d272a6 commit f8dd1b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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 "compile and copy output to ../developer.github.pages"
34
task :publish => [:clean] do
45
sh "nanoc compile"
56
sh "cp -r output/ ../developer.github.pages"

0 commit comments

Comments
 (0)