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