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