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 5415e47 commit 64a3bef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ghPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:
- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
- name: Build 🔧
run: |
cat tailwind.css custom.css > tailwind.temp.css
bunx tailwindcss@experimental -i tailwind.temp.css -o build.css -m
bun x tailwindcss@experimental -i tailwind.temp.css -o build.css -m
- name: Remove dev css links
run: |
Expand Down

0 comments on commit 64a3bef

Please sign in to comment.