From 472e3921417f2a190b79664dd924acf7bc48b101 Mon Sep 17 00:00:00 2001 From: Anthony Tarbinian Date: Wed, 10 Apr 2024 15:43:55 -0700 Subject: [PATCH] rm instead of overwrite --- .github/workflows/docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 807df5d4..25fba115 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,6 +23,6 @@ jobs: username: ${{ secrets.SITE_USER }} key: ${{ secrets.SITE_KEY }} port: ${{ secrets.SITE_PORT }} - source: docs - target: /var/www/html/class/cse125/www/cse125/2024/cse125g3/site/ - overwrite: true + source: docs/* + target: /var/www/html/class/cse125/www/cse125/2024/cse125g3/site/docs/ + rm: true