aboutsummaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2023-01-02 17:44:46 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2023-01-02 17:50:53 +0100
commitcbd092f5d020dbebda7a364606b26dc5aef0e72e (patch)
treef303d6044ba7352f57a25c61d199b3431f19948b /Rakefile
parentc81b869ac732d09f0e3584bd83702f934b480b2d (diff)
downloadjo.mssola.com-cbd092f5d020dbebda7a364606b26dc5aef0e72e.tar.gz
jo.mssola.com-cbd092f5d020dbebda7a364606b26dc5aef0e72e.zip
Fixed html-proofer errors
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à <msabate@suse.com>
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 1 insertions, 3 deletions
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')