Add rsync setup to pipeline-test.yaml config
Some checks failed
Build and Deploy Hugo Site / build_and_deploy (push) Failing after 1m28s

This commit is contained in:
Andreas Hnida 2024-04-17 23:40:41 +02:00
commit 1eb9c89f3f

View file

@ -59,6 +59,9 @@ jobs:
- name: Build Hugo site
run: hugo --minify
- name: Setup rsync
run: sudo apt-get update && sudo apt-get install -y rsync
- name: Setup SSH Key
uses: webfactory/ssh-agent@v0.5.3
with: