Skip to content

Commit 43e3456

Browse files
ovflowdjoeeames
authored andcommitted
hotfix: cache path
Signed-off-by: Claudio W <[email protected]>
1 parent a37f1a1 commit 43e3456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# See here for caching with `yarn` https://github.com/actions/cache/blob/main/examples.md#node---yarn or you can leverage caching with actions/setup-node https://github.com/actions/setup-node
8282
path: |
8383
~/.npm
84-
${{ github.workspace }}/.next/cache
84+
${{ github.workspace }}/apps/site/.next/cache
8585
# Generate a new cache whenever packages or source files change.
8686
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
8787
# If source files changed but packages didn't, rebuild from a prior cache.

0 commit comments

Comments
 (0)