fix: add build:css step and env vars to workflow

This commit is contained in:
svemagie
2026-03-06 10:52:06 +01:00
parent 6e2c493184
commit 9b4c6dba40
3 changed files with 48 additions and 3 deletions

4
.gitignore vendored
View File

@@ -9,6 +9,10 @@ css/style.css
# Cache
.cache/
# Environment variables (never commit!)
.env
.env.local
# Content (symlinked at runtime)
content/
uploads/