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