also cache stack root

This commit is contained in:
Gregor Kleen 2023-05-11 10:27:17 +02:00
parent 445140da96
commit ab83a53cf5

View File

@ -4,9 +4,13 @@ workflow:
rules:
- if: $CI_COMMIT_BRANCH
variables:
STACK_ROOT: "${CI_PROJECT_DIR}/.stack-root"
cache:
paths:
- .stack-work
- .stack-root
- _cache
pages: