Skip to content

Commit

Permalink
💚 Fix output.css not available at build time
Browse files Browse the repository at this point in the history
  • Loading branch information
iqfareez committed Jan 6, 2024
1 parent 2c60583 commit 5f20d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Build
run: |
npx --yes tailwindcss -i ./style.css -o ./output.css --watch
npm ci
npx --yes tailwindcss -i ./style.css -o ./output.css
npm run build
- name: Deploy
Expand Down

0 comments on commit 5f20d80

Please sign in to comment.