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 f24ef00 commit 73dd53eCopy full SHA for 73dd53e
.github/workflows/ci.yml
@@ -59,13 +59,12 @@ jobs:
59
uses: actions/setup-node@v4
60
with:
61
node-version: 20
62
- cache: npm
63
64
- name: Install Node deps
65
run: npm ci
66
67
- name: Build CSS
68
- run: npx tailwindcss -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --minify
+ run: npm run build:css # Creates src/static/css/site.css
69
70
- name: Upload artefact
71
uses: actions/upload-artifact@v4
0 commit comments