Adjust docs publish rsync options for shared group permissions
This commit is contained in:
parent
abed0596f9
commit
98b45e0543
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
|
||||
- name: Publish site to docs host
|
||||
run: |
|
||||
rsync -av --delete site/ /opt/kellcreations/docs-platform/published/site/
|
||||
rsync -rlDz --delete site/ /opt/kellcreations/docs-platform/published/site/
|
||||
Loading…
Reference in New Issue