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

Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
XenGi 2026-02-15 13:19:46 +01:00
parent ca6dc3d16e
commit e0cad17e4e

View file

@ -9,7 +9,14 @@ on:
jobs: jobs:
deploy: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: System checks
run: |
ip a
ip r
ip -6 r
cat /etc/resolv.conf
- name: Install dependencies - name: Install dependencies
run: apk --no-cache add hugo python3 py3-pip git run: apk --no-cache add hugo python3 py3-pip git