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

This commit is contained in:
XenGi 2026-02-15 16:44:38 +01:00
parent 865c896f0d
commit c28addaf2e

View file

@ -22,7 +22,7 @@ jobs:
- name: Checkout repo - name: Checkout repo
run: | run: |
git clone -b ${{ forgejo.ref_name }} https://git.berlin.ccc.de/cccb-website-team/www.git . git clone -b ${{ forgejo.ref_name }} --recursive https://git.berlin.ccc.de/cccb-website-team/www.git .
git status git status
- name: Install Python depenndencies - name: Install Python depenndencies