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: