[ci] cache deps for web export

This commit is contained in:
JAremko 2021-07-09 20:09:25 +03:00 committed by Eugene Yaremenko
parent 00599d3255
commit 40d66a725e
1 changed files with 7 additions and 0 deletions

View File

@ -134,9 +134,16 @@ jobs:
- run:
name: Initialize bot account
command: .circleci/bot_init
- restore_cache:
keys:
- webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
- run:
name: Install dependencies
command: .circleci/web/install_deps
- save_cache:
key: webe-dps-{{ .Branch }}-{{ checksum ".circleci/web/.spacemacs" }}
paths:
- ~/.emacs.d/elpa
- run:
name: Export documentation files
command: .circleci/web/htmlize