Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmegalo committed Aug 2, 2024
1 parent b7fcedd commit 462639f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Generate Tailwind CSS
uses: ZoeyVid/tailwindcss-update@main
with:
Expand All @@ -15,6 +15,7 @@ jobs:
params: ""
- name: Commit & Push
run: |
git add --force assets/app.css
git config user.name "GitHub"
git config user.email "[email protected]"
git diff-index --quiet HEAD || git commit -m "ci: tailwindcss-update"
Expand Down

0 comments on commit 462639f

Please sign in to comment.