Skip to content

Commit 3a850ce

Browse files
committed
remove the output directory, punk
1 parent 95613c8 commit 3a850ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Rakefile

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

33
task :publish => [:clean] do
4+
FileUtils.rm_r('output')
5+
46
sh "nanoc compile"
57

68
# this should not be necessary, but I can't figure out how to

0 commit comments

Comments
 (0)