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

Commit a4f942b

Browse files
authored
Switch to grails/github-actions
1 parent b92c909 commit a4f942b

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
@@ -46,12 +46,12 @@ jobs:
4646
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish
4747
- name: Publish to Github Pages
4848
if: success()
49-
uses: micronaut-projects/github-pages-deploy-action@grails
49+
uses: grails/github-pages-deploy-action@grails
5050
env:
5151
TARGET_REPOSITORY: ${{ github.repository }}
5252
GH_TOKEN: ${{ secrets.GH_TOKEN }}
5353
BRANCH: gh-pages
5454
FOLDER: build/docs
5555
DOC_FOLDER: gh-pages
5656
COMMIT_EMAIL: behlp@unityfoundation.io
57-
COMMIT_NAME: Puneet Behl
57+
COMMIT_NAME: Puneet Behl

0 commit comments

Comments
 (0)