diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d2babe1..87b328e 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -38,4 +38,4 @@ jobs: eval "$(ssh-agent -s)" ssh-add ~/.ssh/idkey ssh-keyscan -H $DOMAIN >> ~/.ssh/known_hosts - scp -r public/* $USER@$DOMAIN:$TARGET \ No newline at end of file + rsync -va public/* $USER@$DOMAIN:$TARGET \ No newline at end of file