Skip to content

Commit cf1517f

Browse files
committed
fix
1 parent 1e63945 commit cf1517f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
- name: Install dependencies
7575
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
7676
- name: Build with Next.js
77+
run: ${{ steps.detect-package-manager.outputs.runner }} next build
78+
- name: Static HTML export with Next.js
7779
run: ${{ steps.detect-package-manager.outputs.runner }} next export
7880
- name: Upload artifact
7981
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)