Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit a7f0135

Browse files
committed
Change :clean to :remove_tmp_dir
1 parent 7a21f57 commit a7f0135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def commit_message(no_commit_msg = false)
5151
end
5252

5353
desc "Publish to http://developer.github.com"
54-
task :publish, [:no_commit_msg] => [:clean, :remove_output_dir] do |t, args|
54+
task :publish, [:no_commit_msg] => [:remove_tmp_dir, :remove_output_dir] do |t, args|
5555
mesg = commit_message(args[:no_commit_msg])
5656
sh "nanoc compile"
5757

0 commit comments

Comments
 (0)