Skip to content

Commit

Permalink
update-tailwind: fix bun install
Browse files Browse the repository at this point in the history
  • Loading branch information
krtko1 committed Sep 19, 2023
1 parent 64a3bef commit 578c93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build 🔧
run: |
cat tailwind.css custom.css > tailwind.temp.css
bun x tailwindcss@experimental -i tailwind.temp.css -o build.css -m
.bun/bin/bun x tailwindcss@experimental -i tailwind.temp.css -o build.css -m
- name: Remove dev css links
run: |
Expand Down

0 comments on commit 578c93a

Please sign in to comment.