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