Skip to content

Commit 142f945

Browse files
authored
Try rsyncing files instead folder, makes mtime happy
Signed-off-by: Sami Olmari <[email protected]>
1 parent 04fd0a1 commit 142f945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
3333
- name: Deploy to server via rsync
3434
run: |
35-
rsync -rltz --delete --omit-dir-times _site/ [email protected]:/var/www/hacklab.fi/
35+
rsync -rltz --delete _site/* [email protected]:/var/www/hacklab.fi/
3636

0 commit comments

Comments
 (0)