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

Commit afd4ce2

Browse files
authored
Switch to grails/github-actions
1 parent ffc9f45 commit afd4ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
7979
- name: Publish to Github Pages
8080
if: steps.docs.outcome == 'success' && github.event_name == 'push' && matrix.java == '17'
81-
uses: micronaut-projects/github-pages-deploy-action@master
81+
uses: grails/github-pages-deploy-action@main
8282
env:
8383
TARGET_REPOSITORY: ${{ github.repository }}
8484
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)