Skip to content

Commit 1b80571

Browse files
authored
Fix public cache for staging
1 parent e203269 commit 1b80571

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-staging.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
id: gatsby-public-folder
6060
with:
6161
path: public/
62-
key: ${{ runner.os }}-cache-gatsby-${{ github.ref }}
62+
key: ${{ runner.os }}-public-gatsby-${{ github.ref }}
6363
restore-keys: |
64-
${{ runner.os }}-cache-gatsby-main
64+
${{ runner.os }}-public-gatsby-main
6565
6666
- run: npm install
6767
- run: npm run build

0 commit comments

Comments
 (0)