Skip to content

Commit

Permalink
chore: update Next.js build process to include Static HTML export
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardonyx001 committed Jan 21, 2024
1 parent 3aac802 commit 49522e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Next.js
- name: Build with Next.js into Static HTML export
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: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 49522e3

Please sign in to comment.