Get a new cache in CircleCi to help reduce HTMLProofer timeouts.

This commit is contained in:
mtail 2018-07-13 16:33:13 -07:00
parent 4756d84dab
commit 35170375b9
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
- restore_cache:
keys:
- htmlproofer-cache-v4
- htmlproofer-cache-v5
- run:
name: Running Linters
@ -23,6 +23,6 @@ jobs:
# save the external URLs cache
- save_cache:
key: htmlproofer-cache-v4
key: htmlproofer-cache-v5
paths:
- .htmlproofer