From 258e5797cc3837ed3df9d981f76efa15f4c1338f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sat, 25 Nov 2023 12:33:29 +0100 Subject: [PATCH] actions test --- .forgejo/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 27f483b..aa3574d 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -19,6 +19,9 @@ jobs: - name: Install rsync run: apt update && apt install -y rsync + - name: Test rsync + run: rsync --help + - name: Deploy via rsync uses: https://github.com/burnett01/rsync-deployments@6.0.0 with: