From 55af1bd07b6e56765af53906c3806bf4ac664569 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Wed, 18 Sep 2024 18:45:02 +0200 Subject: Make sure testsite doesn't error --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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 -- cgit v1.2.3