We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95613c8 commit 3a850ceCopy full SHA for 3a850ce
Rakefile
@@ -1,6 +1,8 @@
1
require 'nanoc3/tasks'
2
3
task :publish => [:clean] do
4
+ FileUtils.rm_r('output')
5
+
6
sh "nanoc compile"
7
8
# this should not be necessary, but I can't figure out how to
0 commit comments