Skip to content

Commit 0ed6718

Browse files
committed
[CI] Remove build cache (temporarily)
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c1adcb8 commit 0ed6718

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-and-deploy-site.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
with:
1818
fetch-depth: 1
1919

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-
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-
3030

3131
- name: Install and Build 🔧
3232
run: |

0 commit comments

Comments
 (0)