Skip to content

Commit 8f5f3c7

Browse files
committed
only public-preview
1 parent b6252a7 commit 8f5f3c7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy-preview.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
uses: actions/cache@v4
4444
with:
4545
path: |
46-
build/docs/gatsby/public
4746
build/docs/gatsby/public-preview
4847
key: docs-build-${{ inputs.commit_sha }}
4948
restore-keys: |

.github/workflows/test-deploy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
uses: actions/cache@v4
7070
with:
7171
path: |
72-
build/docs/gatsby/public
7372
build/docs/gatsby/public-preview
7473
key: docs-build-${{ github.sha }}
7574
restore-keys: |

0 commit comments

Comments
 (0)