We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4560198 commit feae591Copy full SHA for feae591
2 files changed
.github/workflows/publish-prod.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Deploy documentation
60
uses: burnett01/rsync-deployments@7.0.1
61
with:
62
- switches: -vzr --delete
+ switches: -vzr --delete --chmod=D755,F644
63
path: common/public/${{ env.PRODUCT }}
64
remote_path: ${{ secrets.DOCS_SSH_DIR }}
65
remote_host: ${{ secrets.DOCS_SSH_HOST }}
.github/workflows/publish-qa.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
remote_path: ${{ secrets.DOCS_QA_SSH_DIR }}
0 commit comments