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 dbd90fc commit 8c25f86Copy full SHA for 8c25f86
.github/workflow/nextjs.yml
@@ -74,8 +74,6 @@ jobs:
74
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
75
- name: Build with Next.js
76
run: ${{ steps.detect-package-manager.outputs.runner }} next build
77
- - name: Static HTML export with Next.js
78
- run: ${{ steps.detect-package-manager.outputs.runner }} next export
79
- name: Upload artifact
80
uses: actions/upload-pages-artifact@v1
81
with:
0 commit comments