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

This commit is contained in:
2026-04-23 19:50:18 +00:00
parent 8581df95f0
commit 1612c31366

View File

@@ -17,7 +17,7 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
run: | run: |
cd /var/www/bennysblog 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 - name: Build CSS
run: | run: |