tangled
alpha
login
or
join now
kacaii.dev
/
blog
0
fork
atom
💻 My personal website
blog.kacaii.dev/
blog
gleam
lustre
0
fork
atom
overview
issues
pulls
pipelines
:green_heart: fix the output path for tailwind
kacaii.dev
1 month ago
e6283ddd
750f3d59
+1
-1
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
deploy.yml
+1
-1
.tangled/workflows/deploy.yml
···
19
19
steps:
20
20
- name: Build CSS
21
21
command: |
22
22
-
tailwindcss -i input.css -o priv/dist/style/output.css
22
22
+
tailwindcss -i input.css -o priv/dist/output.css
23
23
24
24
- name: Build HTML
25
25
command: |