From 180e59990c745cffedc4964bf6ff30ba30be5fca Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Thu, 26 Oct 2023 16:10:21 +0530 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 0e83dda..b72f27f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -61,7 +61,7 @@ jobs: GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }} - name: Publish to Github Pages if: steps.docs.outcome == 'success' && github.event_name == 'push' - uses: micronaut-projects/github-pages-deploy-action@master + uses: grails/github-pages-deploy-action@v2.0.2 env: TARGET_REPOSITORY: ${{ github.repository }} GH_TOKEN: ${{ secrets.GH_TOKEN }}