Skip to content

Commit 97033c0

Browse files
committed
use bun
1 parent 0b8712c commit 97033c0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
- name: Checkout
3333
uses: actions/checkout@v4
3434

35-
- name: Setup Node
36-
uses: actions/setup-node@v4
37-
with:
38-
node-version: "lts/*"
39-
cache: "bun"
35+
- name: Setup Bun
36+
uses: oven-sh/setup-bun@v2
4037

4138
- name: Setup Pages
4239
uses: actions/configure-pages@v4
@@ -56,7 +53,7 @@ jobs:
5653
run: bun install
5754

5855
- name: Build with Next.js
59-
run: bun next build
56+
run: bun run build
6057

6158
- name: Upload artifact
6259
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)