Skip to content

Commit bc82f8d

Browse files
committed
Use out directory as path for upload-pages-artifact
1 parent b4c3ea8 commit bc82f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-deploy-nextjs-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Upload artifact
5858
uses: actions/upload-pages-artifact@v4
5959
with:
60-
path: ./app/.next/static
60+
path: ./app/out
6161

6262
deploy:
6363
environment:

0 commit comments

Comments
 (0)