We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327ef1a commit 3773fe3Copy full SHA for 3773fe3
.github/workflows/cloudflare.yml
@@ -41,14 +41,14 @@ jobs:
41
restore-keys: |
42
${{ runner.os }}-cache-gatsby-
43
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-
+ # - name: Gatsby Public Folder
+ # uses: actions/cache@v3
+ # id: gatsby-public-folder
+ # with:
+ # path: public/
+ # key: ${{ runner.os }}-public-gatsby-${{ github.sha }}
+ # restore-keys: |
+ # ${{ runner.os }}-public-gatsby-
52
53
- run: npm install
54
- run: npm run build
0 commit comments