Update .gitea/workflows/deploy.yml
Deploy / deploy (push) Failing after 2s

This commit is contained in:
benny
2026-04-23 19:50:18 +00:00
parent 8581df95f0
commit 1612c31366
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Install Python dependencies
run: |
cd /var/www/bennysblog
python3 -m pip install -r requirements.txt --quiet
/var/www/bennysblog/bennyshouse/bin/pip3 install -q -r requirements.txt
- name: Build CSS
run: |