From cbd092f5d020dbebda7a364606b26dc5aef0e72e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 2 Jan 2023 17:44:46 +0100 Subject: Fixed html-proofer errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Basically an option that now accepts a hash instead of a mere string, and some HTTPS errors that can be easily avoided. Signed-off-by: Miquel Sabaté Solà --- Rakefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index a1fd64f..10b7481 100644 --- a/Rakefile +++ b/Rakefile @@ -29,9 +29,7 @@ task :test do typhoeus: { timeout: 120 }, - cache: { - timeframe: '6w' - } + cache: { timeframe: { external: '30d' } } } dir = ENV.fetch('BUILD_DEST', './_site') -- cgit v1.2.3