diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a4f07f5..cba46d5 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -48,11 +48,11 @@ jobs: GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }} - name: "📖 Publish docs to Github Pages" if: success() && github.event_name == 'push' - 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 }} DOC_FOLDER: gh-pages FOLDER: build/docs - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }}