diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 17:44:46 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-01-02 17:50:53 +0100 |
| commit | cbd092f5d020dbebda7a364606b26dc5aef0e72e (patch) | |
| tree | f303d6044ba7352f57a25c61d199b3431f19948b /Rakefile | |
| parent | c81b869ac732d09f0e3584bd83702f934b480b2d (diff) | |
| download | jo.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-- | Rakefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,9 +29,7 @@ task :test do typhoeus: { timeout: 120 }, - cache: { - timeframe: '6w' - } + cache: { timeframe: { external: '30d' } } } dir = ENV.fetch('BUILD_DEST', './_site') |
