We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7fcedd commit 462639fCopy full SHA for 462639f
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- name: Checkout
9
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
10
- name: Generate Tailwind CSS
11
uses: ZoeyVid/tailwindcss-update@main
12
with:
@@ -15,6 +15,7 @@ jobs:
15
params: ""
16
- name: Commit & Push
17
run: |
18
+ git add --force assets/app.css
19
git config user.name "GitHub"
20
git config user.email "[email protected]"
21
git diff-index --quiet HEAD || git commit -m "ci: tailwindcss-update"
0 commit comments