Skip to content

Commit 12134c6

Browse files
committed
chore: fix caching
1 parent 84471ff commit 12134c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
path: |
2222
~/.npm
23-
${{ github.workspace }}/.next/cache
23+
${{ github.workspace }}/docs/.next/cache
2424
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
2525
restore-keys: |
2626
${{ runner.os }}-nextjs-${{ hashFiles('**/bun.lockb') }}-

0 commit comments

Comments
 (0)