diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ desc 'Test the site using html-proofer' task :testsite => [:buildsite] do options = { :assume_extension => true } HTMLProofer.check_directory("./_site", options).run + true end namespace :deploy do |