diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c4531149..f19b282c 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -19,7 +19,7 @@ jobs: ref: ${{ github.event.inputs.branch }} - name: clean docs - uses: appleboy/ssh-action@v0.1.5 + uses: appleboy/ssh-action@v0.1.8 with: host: ${{ secrets.HOST }} username: ${{ secrets.USERNAME }}