We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3296f8d commit 3f435cdCopy full SHA for 3f435cd
.github/workflows/deploy.yml
@@ -40,5 +40,5 @@ jobs:
40
41
- name: Deploy to server via rsync
42
run: |
43
- rsync -avz --delete --omit-dir-times _site/ [email protected]:/var/www/hacklab.fi/
+ rsync -rltz --delete --omit-dir-times _site/ [email protected]:/var/www/hacklab.fi/
44
0 commit comments