Skip to content

Commit 3773fe3

Browse files
committed
remove cache
1 parent 327ef1a commit 3773fe3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cloudflare.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ jobs:
4141
restore-keys: |
4242
${{ runner.os }}-cache-gatsby-
4343
44-
- name: Gatsby Public Folder
45-
uses: actions/cache@v3
46-
id: gatsby-public-folder
47-
with:
48-
path: public/
49-
key: ${{ runner.os }}-public-gatsby-${{ github.sha }}
50-
restore-keys: |
51-
${{ runner.os }}-public-gatsby-
44+
# - name: Gatsby Public Folder
45+
# uses: actions/cache@v3
46+
# id: gatsby-public-folder
47+
# with:
48+
# path: public/
49+
# key: ${{ runner.os }}-public-gatsby-${{ github.sha }}
50+
# restore-keys: |
51+
# ${{ runner.os }}-public-gatsby-
5252

5353
- run: npm install
5454
- run: npm run build

0 commit comments

Comments
 (0)