Skip to content

Commit d76cac7

Browse files
authored
Update nextjs.yml
1 parent 8ca2bb1 commit d76cac7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/nextjs.yml

-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ jobs:
7575
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7676
- name: Build with Next.js
7777
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
8078
- name: Upload artifact
8179
uses: actions/upload-pages-artifact@v3
8280
with:

0 commit comments

Comments
 (0)