From 1eb9c89f3f644fdbb5876f2c65a8db7aff4f7eb9 Mon Sep 17 00:00:00 2001 From: Andreas Hnida Date: Wed, 17 Apr 2024 23:40:41 +0200 Subject: [PATCH] Add rsync setup to pipeline-test.yaml config --- .gitea/workflows/pipeline-test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/pipeline-test.yaml b/.gitea/workflows/pipeline-test.yaml index 6da5ed2..72f0058 100644 --- a/.gitea/workflows/pipeline-test.yaml +++ b/.gitea/workflows/pipeline-test.yaml @@ -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: