We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e203269 commit 1b80571Copy full SHA for 1b80571
.github/workflows/deploy-staging.yml
@@ -59,9 +59,9 @@ jobs:
59
id: gatsby-public-folder
60
with:
61
path: public/
62
- key: ${{ runner.os }}-cache-gatsby-${{ github.ref }}
+ key: ${{ runner.os }}-public-gatsby-${{ github.ref }}
63
restore-keys: |
64
- ${{ runner.os }}-cache-gatsby-main
+ ${{ runner.os }}-public-gatsby-main
65
66
- run: npm install
67
- run: npm run build
0 commit comments