diff --git a/Rakefile b/Rakefile index a18db86e80..043cc0c265 100644 --- a/Rakefile +++ b/Rakefile @@ -1,6 +1,8 @@ require 'nanoc3/tasks' task :publish => [:clean] do + FileUtils.rm_r('output') + sh "nanoc compile" # this should not be necessary, but I can't figure out how to