Skip to content

Commit f4d3d8a

Browse files
committed
Add install step to build action
1 parent 384daf2 commit f4d3d8a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
with:
1818
deno-version: v2.x
1919

20+
- name: Install Deps
21+
run: deno install
22+
2023
- name: Build CSS
2124
run: deno task build
2225

0 commit comments

Comments
 (0)