Skip to content

Commit 45a0932

Browse files
committed
fix: update output path
1 parent 05e9fbc commit 45a0932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Upload artifact
6767
uses: actions/upload-pages-artifact@v3
6868
with:
69-
path: ./out
69+
path: ./.next/server/app
7070

7171
deploy:
7272
environment:

0 commit comments

Comments
 (0)