Skip to content

Commit 2f85329

Browse files
committed
Combine tailwindcss and generate
1 parent 272ccfd commit 2f85329

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@ jobs:
3030
with:
3131
node-version: 18 # or 18, or whatever version you need
3232

33-
- name: Install tailwindcss
34-
run: npm install -g tailwindcss
35-
3633
- name: Generate Step
37-
run: go generate
34+
run: |
35+
npm install -g tailwindcss
36+
go generate
3837
3938
- name: Test with the Go CLI
4039
run: go test

0 commit comments

Comments
 (0)