We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e9fbc commit 45a0932Copy full SHA for 45a0932
.github/workflows/deploy.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Upload artifact
67
uses: actions/upload-pages-artifact@v3
68
with:
69
- path: ./out
+ path: ./.next/server/app
70
71
deploy:
72
environment:
0 commit comments