We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013c57d commit 80948e9Copy full SHA for 80948e9
.github/workflows/deploy.yml
@@ -29,16 +29,16 @@ jobs:
29
node-version: lts/*
30
31
- name: Install step
32
- run: "npm install"
+ run: "bun install"
33
34
- name: Build step
35
- run: "npm run build"
+ run: "bun run build"
36
37
- name: Upload to Deno Deploy
38
uses: denoland/deployctl@v1
39
with:
40
project: "coderzc-morphic"
41
entrypoint: "jsr:@deno/nextjs-start"
42
root: "."
43
- include: .next, public
+
44
0 commit comments