diff options
author | uvok cheetah | 2024-09-18 18:45:02 +0200 |
---|---|---|
committer | uvok cheetah | 2024-09-18 18:45:02 +0200 |
commit | 55af1bd07b6e56765af53906c3806bf4ac664569 (patch) | |
tree | d3b5ca76b3e7061987e237ebcffe8181aed34c36 | |
parent | 0f0e8bee99ac9d68e836533945cdcf1a74180fe5 (diff) |
Make sure testsite doesn't error
-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 |