Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 24s

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-02-15 13:33:55 +01:00
parent 8a7f18ff1f
commit 4c616c95a0

View file

@ -20,14 +20,14 @@ jobs:
hugo version
python --version
- name: Install Python depenndencies
run: python -m pip install -r requirements.txt --break-system-packages
- name: Checkout repo
run: |
git clone -b ${{ forgejo.ref_name }} https://git.berlin.ccc.de/cccb-website-team/www.git .
git status
- name: Install Python depenndencies
run: python -m pip install -r requirements.txt --break-system-packages
- name: Render site
run: ./build.sh