Skip to content

Commit 76394ac

Browse files
authored
Remove Deno install step from deploy workflow
Removed Deno install step from the deployment workflow.
1 parent 93f64fc commit 76394ac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
with:
2828
deno-version: v1.x
2929

30-
- name: Deno Install
31-
run: deno install
32-
3330
- name: Deno Build
3431
run: deno task build
3532

0 commit comments

Comments
 (0)