Skip to content

Commit 462639f

Browse files
author
Christy
committed
Updated workflow
1 parent b7fcedd commit 462639f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- name: Generate Tailwind CSS
1111
uses: ZoeyVid/tailwindcss-update@main
1212
with:
@@ -15,6 +15,7 @@ jobs:
1515
params: ""
1616
- name: Commit & Push
1717
run: |
18+
git add --force assets/app.css
1819
git config user.name "GitHub"
1920
git config user.email "noreply@github.com"
2021
git diff-index --quiet HEAD || git commit -m "ci: tailwindcss-update"

0 commit comments

Comments
 (0)