From 1aae2bff28e43ffcd84535bad446718df7f20546 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 23 Feb 2021 00:40:27 +0000 Subject: [PATCH] Damn you pipeline --- .github/workflows/django.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 1b9eaac7..fc2cd48f 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -18,7 +18,9 @@ jobs: id: static-cache uses: actions/cache@v2 with: - path: 'static/' + path: | + 'static/' + 'pipeline/built_assets' key: ${{ hashFiles('package-lock.json') }}-${{ hashFiles('pipeline/source_assets') }} - uses: bahmutov/npm-install@v1 if: steps.static-cache.outputs.cache-hit != 'true'