We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d6813 commit f5720a2Copy full SHA for f5720a2
.github/workflows/preview.yml
@@ -64,18 +64,18 @@ jobs:
64
id: gatsby-cache-folder
65
with:
66
path: .cache
67
- key: ${{ runner.os }}-cache-gatsbyV2-vercel-${{ github.sha }}
+ key: ${{ runner.os }}-cache-gatsbyV2-${{ github.sha }}
68
restore-keys: |
69
- ${{ runner.os }}-cache-gatsbyV2-vercel-
+ ${{ runner.os }}-cache-gatsbyV2-
70
71
- name: Gatsby Public Folder
72
uses: actions/cache@v4
73
id: gatsby-public-folder
74
75
path: public/
76
- key: ${{ runner.os }}-public-gatsbyV2-vercel-${{ github.sha }}
+ key: ${{ runner.os }}-public-gatsbyV2-${{ github.sha }}
77
78
- ${{ runner.os }}-public-gatsbyV2-vercel-
+ ${{ runner.os }}-public-gatsbyV2-
79
80
- run: npm install
81
- run: npm run build
0 commit comments