Skip to content

Commit

Permalink
remove next export
Browse files Browse the repository at this point in the history
  • Loading branch information
soohoonc committed Jun 8, 2024
1 parent d8de879 commit 8fc610f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ jobs:
run: bunx wasm-pack build ${{ github.workspace }}/src/wasm --target web
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
# - name: Static HTML export with Next.js
# run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 8fc610f

Please sign in to comment.