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 4a33011 commit ce9a945Copy full SHA for ce9a945
.github/workflows/deploy-staging.yml
@@ -50,18 +50,18 @@ jobs:
50
id: gatsby-cache-folder
51
with:
52
path: .cache
53
- key: ${{ runner.os }}-cache-gatsby-${{ github.sha }}
+ key: ${{ runner.os }}-cache-gatsby-main
54
restore-keys: |
55
- ${{ runner.os }}-cache-gatsby-
+ ${{ runner.os }}-cache-gatsby-main
56
57
- name: Gatsby Public Folder
58
uses: actions/cache@v4
59
id: gatsby-public-folder
60
61
path: public/
62
- key: ${{ runner.os }}-public-gatsby-${{ github.sha }}
63
64
- ${{ runner.os }}-public-gatsby-
65
66
- run: npm install
67
- run: npm run build
0 commit comments