Skip to content

Commit 8c25f86

Browse files
committed
feat: add lockfile
1 parent dbd90fc commit 8c25f86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflow/nextjs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7575
- name: Build with Next.js
7676
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
7977
- name: Upload artifact
8078
uses: actions/upload-pages-artifact@v1
8179
with:

0 commit comments

Comments
 (0)