Update .forgejo/workflows/deploy.yaml
All checks were successful
deploy blog / deploy (push) Successful in 57s

This commit is contained in:
XenGi 2026-02-15 16:51:13 +01:00
parent f303d7faba
commit 33653eb1d5

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- 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 openssh-client
- name: Check install - name: Check install
run: | run: |