diff --git a/.github/workflows/api-docs.yml b/.github/workflows/api-docs.yml index 536d1ef88..2aaec2cc7 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.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: ssh-key: ${{ secrets.API_DOCS_DEPLOY_KEY }} repository-name: smrealms/api-docs