From a9f75eb1c5bbabfc9faa953d7b0ba0e46393fa2e Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Wed, 24 Jan 2024 23:54:56 +0530 Subject: [PATCH] Update Publish to GitHub Pages step (#95) Use the new grails/github-pages-deploy-action which allow updating root index.html page --- .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 35470ec..e18d415 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -62,7 +62,7 @@ jobs: arguments: docs:docs - 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 env: TARGET_REPOSITORY: ${{ github.repository }} GH_TOKEN: ${{ secrets.GH_TOKEN }}