Skip to content

Commit bcaa313

Browse files
authored
Merge pull request #92 from SeeClickFix/sawyer/fix/tp-198470-fix-for-broken-publish
[TP-198470] Fix for nanoc3 broken publish
2 parents adcade5 + fc424c4 commit bcaa313

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require 'nanoc3/tasks'
21

32
desc "Compile the site"
43
task :compile do
@@ -19,7 +18,7 @@ def commit_message
1918
end
2019

2120
desc "Publish to http://developer.github.com"
22-
task :publish => [:clean] do
21+
task :publish do
2322
mesg = commit_message
2423

2524
FileUtils.rm_r('output') if File.exist?('output')

0 commit comments

Comments
 (0)