From 38f01abacf75a06efc6417b87c48e00d186f2684 Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 15 Apr 2024 23:04:33 +0200 Subject: [PATCH] ci: fix rsync flag, need to have -r --- .forgejo/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/hugo.yaml b/.forgejo/workflows/hugo.yaml index 204a3dc..a7f79b3 100644 --- a/.forgejo/workflows/hugo.yaml +++ b/.forgejo/workflows/hugo.yaml @@ -57,7 +57,7 @@ jobs: REMOTE_USER: forgejo_actions_websites SRV_HOST: srv06.lefuturiste.fr run: | - rsync --stats --compress \ + rsync -r --stats --compress \ -e 'ssh -i ~/.ssh/id_edsa -o StrictHostKeyChecking=no' ./public \ $REMOTE_USER@$SRV_HOST:$OUTPUT_PATH$GITHUB_REF_NAME