diff --git a/.github/workflows/retrylRelease.yml b/.github/workflows/retrylRelease.yml index 71eb3d5..bda1a51 100644 --- a/.github/workflows/retrylRelease.yml +++ b/.github/workflows/retrylRelease.yml @@ -81,7 +81,7 @@ jobs: if_false: ${{ github.repository }} - name: Publish to Github Pages if: success() - uses: micronaut-projects/github-pages-deploy-action@master + uses: grails/github-pages-deploy-action@main env: TARGET_REPOSITORY: ${{ steps.docs_target.outputs.value }} GH_TOKEN: ${{ secrets.GH_TOKEN }}