File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,18 +69,18 @@ jobs:
6969 id : gatsby-cache-folder
7070 with :
7171 path : .cache
72- key : ${{ runner.os }}-cache-gatsby-${{ github.sha }}
72+ key : ${{ runner.os }}-cache-gatsby-${{ github.ref }}
7373 restore-keys : |
74- ${{ runner.os }}-cache-gatsby-
74+ ${{ runner.os }}-cache-gatsby-main
7575
7676 - name : Gatsby Public Folder
7777 uses : actions/cache@v4
7878 id : gatsby-public-folder
7979 with :
8080 path : public/
81- key : ${{ runner.os }}-public-gatsby-${{ github.sha }}
81+ key : ${{ runner.os }}-public-gatsby-${{ github.ref }}
8282 restore-keys : |
83- ${{ runner.os }}-public-gatsby-
83+ ${{ runner.os }}-public-gatsby-main
8484
8585 - run : npm install
8686 - run : npm run build
@@ -135,4 +135,4 @@ jobs:
135135 body : |
136136 ## Preview Deployment
137137 🚀 Preview this PR: ${{ steps.url_preview.outputs.NETLIFY_PREVIEW_URL }}
138- 📍 Commit SHA: ${{ github.sha }}
138+ 📍 Commit SHA: ${{ github.sha }}
You can’t perform that action at this time.
0 commit comments