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 0687fc2 commit d5dce5d
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 @@ -39,7 +39,7 @@ jobs:
run: |
cat tailwind.css custom.css > tailwind.temp.css
curl -fsSL https://bun.sh/install | bash
.bun/bin/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 d5dce5d

Please sign in to comment.