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

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

View file

@ -9,10 +9,13 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
ref: forgejo.ref
steps:
- run: |
pwd
ls -la
apk --no-cache add git
git status
exit 1
- name: Install dependencies
run: apk --no-cache add hugo python3 py3-pip