We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4c3ea8 commit bc82f8dCopy full SHA for bc82f8d
1 file changed
.github/workflows/build-and-deploy-nextjs-app.yaml
@@ -57,7 +57,7 @@ jobs:
57
- name: Upload artifact
58
uses: actions/upload-pages-artifact@v4
59
with:
60
- path: ./app/.next/static
+ path: ./app/out
61
62
deploy:
63
environment:
0 commit comments