[CI] Drop old html pub cache.

This commit is contained in:
Eugene Yaremenko 2021-10-23 17:31:09 +03:00 committed by GitHub
parent 256a4c0384
commit 0e1d124a8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -136,12 +136,12 @@ jobs:
command: .circleci/bot_init
- restore_cache:
keys:
- webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
- webe-dps-v2-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
- run:
name: Install dependencies
command: .circleci/web/install_deps
- save_cache:
key: webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
key: webe-dps-v2-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
paths:
- ~/.emacs.d/elpa
- run: