diff --git a/.github/workflows/docs-ci.yml b/.github/workflows/docs-ci.yml index e4a1032c4e1..3ae7463b4f3 100644 --- a/.github/workflows/docs-ci.yml +++ b/.github/workflows/docs-ci.yml @@ -61,7 +61,7 @@ jobs: - name: Deploy Javadoc if: ${{ github.ref == 'refs/heads/main' }} - uses: burnett01/rsync-deployments@4.1 + uses: burnett01/rsync-deployments@5.2 with: switches: -avzr --delete path: combined-javadoc/build/docs/javadoc/ @@ -118,7 +118,7 @@ jobs: - name: Deploy Python Docs if: ${{ github.ref == 'refs/heads/main' }} - uses: burnett01/rsync-deployments@4.1 + uses: burnett01/rsync-deployments@5.2 with: switches: -avzr --delete path: sphinx/build/docs/ @@ -130,7 +130,7 @@ jobs: - name: Deploy Client Python Docs if: ${{ github.ref == 'refs/heads/main' }} - uses: burnett01/rsync-deployments@4.1 + uses: burnett01/rsync-deployments@5.2 with: switches: -avzr --delete path: sphinx/build/pyclient-docs/ @@ -172,7 +172,7 @@ jobs: - name: Deploy Client C++ Docs if: ${{ github.ref == 'refs/heads/main' }} - uses: burnett01/rsync-deployments@4.1 + uses: burnett01/rsync-deployments@5.2 with: switches: -avzr --delete path: sphinx/build/cppClientDocs/ @@ -184,7 +184,7 @@ jobs: - name: Deploy Client C++ Example Docs if: ${{ github.ref == 'refs/heads/main' }} - uses: burnett01/rsync-deployments@4.1 + uses: burnett01/rsync-deployments@5.2 with: switches: -avzr --delete path: sphinx/build/cppExamplesDocs/