We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1adcb8 commit 0ed6718Copy full SHA for 0ed6718
1 file changed
.github/workflows/build-and-deploy-site.yml
@@ -17,16 +17,16 @@ jobs:
17
with:
18
fetch-depth: 1
19
20
- - name: Cache Gatsby .cache and public folders
21
- uses: actions/cache@v4
22
- id: gatsby-cache
23
- with:
24
- path: |
25
- public
26
- .cache
27
- key: ${{ runner.os }}-gatsby-${{ hashFiles('**/package-lock.json') }}
28
- restore-keys: |
29
- ${{ runner.os }}-gatsby-
+ # - name: Cache Gatsby .cache and public folders
+ # uses: actions/cache@v4
+ # id: gatsby-cache
+ # with:
+ # path: |
+ # public
+ # .cache
+ # key: ${{ runner.os }}-gatsby-${{ hashFiles('**/package-lock.json') }}
+ # restore-keys: |
+ # ${{ runner.os }}-gatsby-
30
31
- name: Install and Build 🔧
32
run: |
0 commit comments