diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 6b209657..3694ee29 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -92,10 +92,10 @@ jobs: - name: Publish Snapshot Documentation to Github Pages if: success() - uses: micronaut-projects/github-pages-deploy-action@grails + uses: grails/github-pages-deploy-action@grails env: BRANCH: gh-pages COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }} COMMIT_NAME: ${{ env.GIT_USER_NAME }} FOLDER: plugin/build/docs - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }}