File tree 3 files changed +2
-21
lines changed
3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
- name : Nextjs cache
105
105
uses : actions/cache@v4
106
106
with :
107
- path : ${{ github.workspace }}/build /.next/cache
107
+ path : ${{ github.workspace }}/packages/nextjs /.next/cache
108
108
key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
109
109
- name : Install dependencies
110
110
run : npm ci
@@ -122,7 +122,7 @@ jobs:
122
122
uses : nais/deploy/actions/cdn-upload/v2@master
123
123
with :
124
124
team : personbruker
125
- source : ./build /.next/static
125
+ source : ./packages/nextjs /.next/static
126
126
destination : nav-enonicxp-frontend/_next
127
127
project_id : ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
128
128
identity_provider : ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
Original file line number Diff line number Diff line change 15
15
** /.next-static
16
16
** /out
17
17
18
- # production
19
- /build
20
-
21
18
# misc
22
19
.DS_Store
23
20
* .pem
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments