summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authoruvok cheetah2024-09-18 18:45:02 +0200
committeruvok cheetah2024-09-18 18:45:02 +0200
commit55af1bd07b6e56765af53906c3806bf4ac664569 (patch)
treed3b5ca76b3e7061987e237ebcffe8181aed34c36 /Rakefile
parent0f0e8bee99ac9d68e836533945cdcf1a74180fe5 (diff)
Make sure testsite doesn't error
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