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

Commit d598bcc

Browse files
authored
Switch to grails/github-actions
1 parent 9dc4eed commit d598bcc

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
@@ -48,11 +48,11 @@ jobs:
4848
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
4949
- name: "📖 Publish docs to Github Pages"
5050
if: success() && github.event_name == 'push'
51-
uses: micronaut-projects/github-pages-deploy-action@grails
51+
uses: grails/github-pages-deploy-action@grails
5252
env:
5353
BRANCH: gh-pages
5454
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
5555
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
5656
DOC_FOLDER: gh-pages
5757
FOLDER: build/docs
58-
GH_TOKEN: ${{ secrets.GH_TOKEN }}
58+
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)