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

This commit is contained in:
XenGi 2026-02-15 16:52:42 +01:00
parent 33653eb1d5
commit 92ad2f06f6

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 openssh-client run: apk --no-cache add hugo python3 py3-pip git openssh-client rsync
- name: Check install - name: Check install
run: | run: |