Damn you pipeline

This commit is contained in:
2021-02-23 00:40:27 +00:00
parent 9302cccd58
commit 1aae2bff28

View File

@@ -18,7 +18,9 @@ jobs:
id: static-cache id: static-cache
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: 'static/' path: |
'static/'
'pipeline/built_assets'
key: ${{ hashFiles('package-lock.json') }}-${{ hashFiles('pipeline/source_assets') }} key: ${{ hashFiles('package-lock.json') }}-${{ hashFiles('pipeline/source_assets') }}
- uses: bahmutov/npm-install@v1 - uses: bahmutov/npm-install@v1
if: steps.static-cache.outputs.cache-hit != 'true' if: steps.static-cache.outputs.cache-hit != 'true'