You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ jobs:
81
81
# 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
82
82
path: |
83
83
~/.npm
84
-
${{ github.workspace }}/.next/cache
84
+
${{ github.workspace }}/apps/site/.next/cache
85
85
# Generate a new cache whenever packages or source files change.
0 commit comments