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 a91840d commit 9d5f7c3Copy full SHA for 9d5f7c3
.github/workflows/github-pages.yaml
@@ -49,7 +49,7 @@ jobs:
49
uses: actions/cache@v4
50
with:
51
path: |
52
- .next/cache
+ example/.next/cache
53
# Generate a new cache whenever packages or source files change.
54
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
55
# If source files changed but packages didn't, rebuild from a prior cache.
0 commit comments