Skip to content

Commit 9d5f7c3

Browse files
committed
Fix CI cache path
1 parent a91840d commit 9d5f7c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/cache@v4
5050
with:
5151
path: |
52-
.next/cache
52+
example/.next/cache
5353
# Generate a new cache whenever packages or source files change.
5454
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
5555
# If source files changed but packages didn't, rebuild from a prior cache.

0 commit comments

Comments
 (0)