We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf0a760 commit d2ca518Copy full SHA for d2ca518
1 file changed
.github/workflows/nextjs.yml
@@ -84,6 +84,9 @@ jobs:
84
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
85
- name: Build with Next.js
86
run: ${{ steps.detect-package-manager.outputs.runner }} next build
87
+ - name: Export with Next.js
88
+ # produce the static ./out directory used by upload-pages-artifact
89
+ run: ${{ steps.detect-package-manager.outputs.runner }} next export
90
- name: Upload artifact
91
uses: actions/upload-pages-artifact@v3
92
with:
0 commit comments