Skip to content

Commit 80a002b

Browse files
committed
Fikser feil referanse til build-mappe i byggsteg
1 parent 2b0e2b2 commit 80a002b

File tree

3 files changed

+2
-21
lines changed

3 files changed

+2
-21
lines changed

.github/workflows/build-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
- name: Nextjs cache
105105
uses: actions/cache@v4
106106
with:
107-
path: ${{ github.workspace }}/build/.next/cache
107+
path: ${{ github.workspace }}/packages/nextjs/.next/cache
108108
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
109109
- name: Install dependencies
110110
run: npm ci
@@ -122,7 +122,7 @@ jobs:
122122
uses: nais/deploy/actions/cdn-upload/v2@master
123123
with:
124124
team: personbruker
125-
source: ./build/.next/static
125+
source: ./packages/nextjs/.next/static
126126
destination: nav-enonicxp-frontend/_next
127127
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
128128
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
**/.next-static
1616
**/out
1717

18-
# production
19-
/build
20-
2118
# misc
2219
.DS_Store
2320
*.pem

turbo.json

-16
This file was deleted.

0 commit comments

Comments
 (0)