diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 6ac61e0eb..51e193b02 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.5.0 + uses: JamesIves/github-pages-deploy-action@v4.6.0 with: ssh-key: ${{ secrets.API_DOCS_DEPLOY_KEY }} repository-name: smrealms/api-docs