Skip to content

Commit 73dd53e

Browse files
fix
1 parent f24ef00 commit 73dd53e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,12 @@ jobs:
5959
uses: actions/setup-node@v4
6060
with:
6161
node-version: 20
62-
cache: npm
6362

6463
- name: Install Node deps
6564
run: npm ci
6665

6766
- name: Build CSS
68-
run: npx tailwindcss -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --minify
67+
run: npm run build:css # Creates src/static/css/site.css
6968

7069
- name: Upload artefact
7170
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)