diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index bd75701ef..1552e52f1 100644 --- a/.github/workflows/api-docs.yml +++ b/.github/workflows/api-docs.yml @@ -13,7 +13,7 @@ jobs: - name: Build API Docs uses: ./.github/actions/api-docs - name: Publish API Docs - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: ssh-key: ${{ secrets.API_DOCS_DEPLOY_KEY }} repository-name: smrealms/api-docs