Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.

Commit 354fa73

Browse files
authored
Switch to grails/github-actions
1 parent a6b4353 commit 354fa73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
5757
- name: Publish to Github Pages
5858
if: success()
59-
uses: micronaut-projects/github-pages-deploy-action@grails
59+
uses: grails/github-pages-deploy-action@grails
6060
env:
6161
TARGET_REPOSITORY: ${{ github.repository }}
6262
GH_TOKEN: ${{ secrets.GH_TOKEN }}
6363
BRANCH: gh-pages
6464
FOLDER: docs/build/docs
6565
DOC_FOLDER: gh-pages
6666
COMMIT_EMAIL: [email protected]
67-
COMMIT_NAME: Puneet Behl
67+
COMMIT_NAME: Puneet Behl

0 commit comments

Comments
 (0)