Skip to content

Commit 0d71873

Browse files
[Deno Deploy] Update .github/workflows/deploy.yml
1 parent 496057f commit 0d71873

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

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

3131
- name: Install step
32-
run: "deno install"
32+
run: "deno install --allow-scripts=npm:@tailwindcss/[email protected]"
3333

3434
- name: Build step
3535
run: "deno task build"
@@ -40,3 +40,5 @@ jobs:
4040
project: "andromeda"
4141
entrypoint: "_fresh/server.js"
4242
root: "."
43+
44+

0 commit comments

Comments
 (0)