Skip to content

Commit

Permalink
Update tailwindcss-update.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Jun 8, 2024
1 parent bd53b4a commit a42332b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tailwindcss-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
params: "--minify"
- name: push changes
run: |
git add src/public/tailwind.css
git add --force src/public/tailwind.css
git config user.name "GitHub"
git config user.email "[email protected]"
git diff-index --quiet HEAD || git commit -sm "tailwindcss-update"
Expand Down

0 comments on commit a42332b

Please sign in to comment.