Skip to content

Commit

Permalink
rm instead of overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
atar13 committed Apr 10, 2024
1 parent 7e477cb commit 472e392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 472e392

Please sign in to comment.