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 578c93a commit 0687fc2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ghPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Install bun
run: |
curl -fsSL https://bun.sh/install | bash
- name: Build 🔧
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
- name: Remove dev css links
Expand Down

0 comments on commit 0687fc2

Please sign in to comment.