Skip to content

Commit

Permalink
ci(deploy): fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 19, 2023
1 parent 0f282d3 commit 71ab364
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/nextjs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Build with Next.js
run: bun run build
run: bunx next build
- name: Static HTML export with Next.js
run: bunx next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 71ab364

Please sign in to comment.