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 748def8 commit c675650Copy full SHA for c675650
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Upload artifact
68
uses: actions/upload-pages-artifact@v3
69
with:
70
- path: ./.next
+ path: ./out
71
72
# Deployment job
73
deploy:
0 commit comments