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.
npx export
1 parent 3de0509 commit 6f448acCopy full SHA for 6f448ac
.github/workflows/nextjs.yml
@@ -75,8 +75,6 @@ jobs:
75
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
76
- name: Build with Next.js
77
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78
- - name: Static HTML export with Next.js
79
- run: ${{ steps.detect-package-manager.outputs.runner }} next export
80
- name: Upload artifact
81
uses: actions/upload-pages-artifact@v2
82
with:
0 commit comments