summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index bda9f7b..4ddc9e6 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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