From 838aa58587db673ddd643d3c2ad94a28f56f3111 Mon Sep 17 00:00:00 2001 From: James Daugherty Date: Sat, 21 Dec 2024 20:53:16 -0500 Subject: [PATCH] Switch to grails/github-actions --- .github/workflows/gradle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}