Add missing -r flag for rsync
All checks were successful
/ build-doc (push) Successful in 15s
/ deploy-doc (push) Successful in 11s

This commit is contained in:
Thomas Kolb 2024-08-27 20:59:59 +02:00
parent 7fcfc2b0a7
commit 4a2bd8bf59

View file

@ -22,4 +22,4 @@ jobs:
with:
name: documentation
- run: ls -lah
- run: 'rsync -e "ssh -vv -p 2342" ./ deployment@tkolb.de:'
- run: 'rsync -e "ssh -vv -p 2342" -r . deployment@tkolb.de:'