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