name: tailwindcss-update
on:
push:
schedule:
- cron: "0 */6 * * *"
workflow_dispatch:
jobs:
tailwindcss-update:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: update tailwindcss
uses: ZoeyVid/tailwindcss-update@main
with:
input: src/input.css
output: src/output.css
params: "--minify"
- name: push changes
run: |
git add --force src/output.css
git config user.name "GitHub"
git config user.email "[email protected]"
git diff-index --quiet HEAD || git commit -sm "tailwindcss-update"
git push
-
Notifications
You must be signed in to change notification settings - Fork 2
a action that generates tailwindcss files
License
ZoeyVid/tailwindcss-update
Use this GitHub action with your project
Add this Action to an existing workflow or create a new oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
a action that generates tailwindcss files