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 b6252a7 commit 8f5f3c7Copy full SHA for 8f5f3c7
.github/workflows/deploy-preview.yaml
@@ -43,7 +43,6 @@ jobs:
43
uses: actions/cache@v4
44
with:
45
path: |
46
- build/docs/gatsby/public
47
build/docs/gatsby/public-preview
48
key: docs-build-${{ inputs.commit_sha }}
49
restore-keys: |
.github/workflows/test-deploy.yaml
@@ -69,7 +69,6 @@ jobs:
69
70
71
72
73
74
key: docs-build-${{ github.sha }}
75
0 commit comments