From 678a2d2f6b450c1d4a00a38c4921c21ccc7e8071 Mon Sep 17 00:00:00 2001 From: Gabor Kozma Date: Thu, 1 Feb 2024 13:37:53 +0100 Subject: [PATCH] fix rclone commands --- .github/workflows/publish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 368b49c..f04698c 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -58,5 +58,5 @@ jobs: rclone_config: ${{ secrets.RCLONE_CONFIG }} - run: | - rclone copy --progress --stats-one-line public/ axodocs:/axosyslog - rclone copy public/docs-main/index.html axodocs:/ \ No newline at end of file + rclone copy --stats-log-level NOTICE --stats-one-line public/ axodocs:/axosyslog + rclone copyto --ignore-times public/docs-main/index.html axodocs:/index.html