rsync needs to be installed to be used
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 39s

This commit is contained in:
2025-06-01 21:13:13 +02:00
parent 2eb1fc2441
commit 1376c3763f

View File

@@ -23,6 +23,9 @@ jobs:
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- name: Install rsync
run: sudo apt-get update && sudo apt-get install -y rsync
- name: Install SSH Key - name: Install SSH Key
uses: shimataro/ssh-key-action@v2 uses: shimataro/ssh-key-action@v2
with: with: