Add dependencys
Deploy Hugo Site / deploy (push) Has been cancelled

This commit is contained in:
2026-05-19 09:14:33 +02:00
parent a6019c0440
commit bb8840b37d
+5
View File
@@ -18,6 +18,11 @@ jobs:
- name: Hugo Build
run: hugo
# --- ADD THIS STEP ---
- name: Install Deployment Tools
run: |
apk add --no-cache rsync openssh-client
- name: SSH vorbereiten
run: |