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 f86b7f4 commit f24ef00Copy full SHA for f24ef00
.github/workflows/ci.yml
@@ -65,7 +65,7 @@ jobs:
65
run: npm ci
66
67
- name: Build CSS
68
- run: npm run build:css # Creates src/static/css/site.css
+ run: npx tailwindcss -i ./src/static/css/tailwind.css -o ./src/static/css/site.css --minify
69
70
- name: Upload artefact
71
uses: actions/upload-artifact@v4
0 commit comments