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

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-02-15 13:12:09 +01:00
parent a4d258384e
commit b74d61cc48

View file

@ -10,10 +10,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- run: |
pwd
ls -la
- name: Checkout repo
run: |
apk --no-cache add git
git clone -b ${{ env.FORGEJO_REF_NAME }} https://git.berlin.ccc.de/cccb-website-team/www.git .
git status
exit 1