Skip to content

Commit 615776a

Browse files
authored
updated the sync command to not chaneg the permissions
1 parent 9260405 commit 615776a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919

2020
- name: Sync to shared docs folder
2121
run: |
22-
rsync -av --delete docs/src/ /mnt/shared/docs/3.0.0/guides
22+
rsync -av --no-perms --no-owner --no-group --del docs/src/ /mnt/shared/docs/3.0.0/guides

0 commit comments

Comments
 (0)