From 0086abcc7a4f2163d8462f9fbf7fb5339f4df409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 26 May 2023 11:20:02 +0200 Subject: [PATCH] Makefile: be less verbose when publishing the website --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5274ac0c..5da19a06 100644 --- a/Makefile +++ b/Makefile @@ -233,7 +233,7 @@ project-website: cd web/project-website; hugo --baseURL https://flamenco.blender.org/ rsync web/project-website/public/ ${WEBSERVER_SSH}:${WEBSERVER_ROOT}/ \ -e "ssh" \ - -va \ + -a \ --exclude v2/ \ --exclude downloads/ \ --exclude .well-known/ \