Skip to content

Commit 3296f8d

Browse files
committed
we don't have perm to change the folder times
1 parent 697e94c commit 3296f8d

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
@@ -40,5 +40,5 @@ jobs:
4040
4141
- name: Deploy to server via rsync
4242
run: |
43-
rsync -avz --delete _site/ [email protected]:/var/www/hacklab.fi/
43+
rsync -avz --delete --omit-dir-times _site/ [email protected]:/var/www/hacklab.fi/
4444

0 commit comments

Comments
 (0)