Skip to content

Commit 80948e9

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 013c57d commit 80948e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ jobs:
2929
node-version: lts/*
3030

3131
- name: Install step
32-
run: "npm install"
32+
run: "bun install"
3333

3434
- name: Build step
35-
run: "npm run build"
35+
run: "bun run build"
3636

3737
- name: Upload to Deno Deploy
3838
uses: denoland/deployctl@v1
3939
with:
4040
project: "coderzc-morphic"
4141
entrypoint: "jsr:@deno/nextjs-start"
4242
root: "."
43-
include: .next, public
43+
4444

0 commit comments

Comments
 (0)