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 04fd0a1 commit 142f945Copy full SHA for 142f945
.github/workflows/deploy.yml
@@ -32,5 +32,5 @@ jobs:
32
33
- name: Deploy to server via rsync
34
run: |
35
- rsync -rltz --delete --omit-dir-times _site/ [email protected]:/var/www/hacklab.fi/
+ rsync -rltz --delete _site/* [email protected]:/var/www/hacklab.fi/
36
0 commit comments