From 743df8fba511e977c2b6f46dd81db82984f3f528 Mon Sep 17 00:00:00 2001
From: Romain Deville <code@romaindeville.fr>
Date: Tue, 20 Apr 2021 21:53:51 +0200
Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Use=20-O=20option=20for=20rsync?=
 =?UTF-8?q?=20in=20CI=20from=20mkdcs=5Ftemplate=5Frdeville?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/.gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/.gitlab-ci.yml b/docs/.gitlab-ci.yml
index 76c8c81..216d4a7 100644
--- a/docs/.gitlab-ci.yml
+++ b/docs/.gitlab-ci.yml
@@ -1,4 +1,5 @@
 
+
 ### BEGIN MKDOCS TEMPLATE ###
 ### WARNING, DO NOT UPDATE CONTENT BETWEEN MKDOCS TEMPLATE TAG !###
 ### Modified content will be overwritten when updating.###
@@ -378,7 +379,7 @@ script_deploy_html: &script_deploy_html
         Redirecting to <a href='${ONLINE_PATH}'>${ONLINE_PATH}</a>...\n
       </body>\n
       </html>" > tmp/${PROJECT_PATH}/../index.html
-    - rsync -avz "tmp/" "${RSYNC_DEST}"
+    - rsync -Oavz "tmp/" "${RSYNC_DEST}"
   rules:
     - *rules_prod
     - *rules_pre_prod
@@ -425,3 +426,4 @@ inform_triggers_variables:
 # *****************************************************************************
 ### END MKDOCS TEMPLATE ###
 
+
-- 
GitLab