From c9438eb57f24608068b3534271aebd491ee9e550 Mon Sep 17 00:00:00 2001 From: webrian Date: Tue, 31 Oct 2023 16:02:03 +0100 Subject: [PATCH] Update build-pages-and-deploy.yml --- .github/workflows/build-pages-and-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-pages-and-deploy.yml b/.github/workflows/build-pages-and-deploy.yml index 715c6bd..a5571a7 100644 --- a/.github/workflows/build-pages-and-deploy.yml +++ b/.github/workflows/build-pages-and-deploy.yml @@ -37,7 +37,7 @@ jobs: - name: Copy the files to the server using rsync uses: burnett01/rsync-deployments@6.0.0 with: - switches: -auvxP --delete --exclude="/invoice" --exclude="/invoice-usermeeting" --exclude="/qgisuser" + switches: -avxP --delete --exclude="/invoice" --exclude="/invoice-usermeeting" --exclude="/qgisuser" path: _site/* remote_path: /var/www/sites/qgisch remote_host: ${{ secrets.HOST }}