also cache stack root
This commit is contained in:
parent
445140da96
commit
ab83a53cf5
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user