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/ \