Skip to content

Commit f621de3

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent f9df03c commit f621de3

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: "bun install"
32+
run: "npm install"
3333

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

3737
- name: Upload to Deno Deploy
3838
uses: denoland/deployctl@v1
3939
with:
4040
project: "zxk"
4141
entrypoint: "index.html"
42-
root: "doc_build"
42+
root: ""
4343

4444

0 commit comments

Comments
 (0)