Skip to content

Commit

Permalink
fix: bun run build
Browse files Browse the repository at this point in the history
  • Loading branch information
agustif committed Oct 10, 2023
1 parent 4ca0d1e commit d659346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Install dependencies
run: bun install
- name: Build with Next.js
run: bun next build
run: bun run build
- name: Static HTML export with Next.js
run: bun next export
- name: Upload artifact
Expand Down

0 comments on commit d659346

Please sign in to comment.