Update .gitea/workflows/deploy.yml
All checks were successful
Deploy / deploy (push) Successful in 3s

This commit is contained in:
2026-04-23 19:51:40 +00:00
parent 1612c31366
commit 0556f39855

View File

@@ -19,13 +19,5 @@ jobs:
cd /var/www/bennysblog
/var/www/bennysblog/bennyshouse/bin/pip3 install -q -r requirements.txt
- name: Build CSS
run: |
cd /var/www/bennysblog
npx tailwindcss \
-i static/src/app.css \
-o static/css/app.css \
--minify
- name: Restart service
run: sudo systemctl restart benny