Skip to content

Commit 6864705

Browse files
authored
Switch to grails/github-actions
1 parent 6f6dcda commit 6864705

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
@@ -69,7 +69,7 @@ jobs:
6969
arguments: docs
7070
- name: Publish to Github Pages
7171
if: steps.publish.outcome == 'success' && github.event_name == 'push' && matrix.java == '8'
72-
uses: micronaut-projects/github-pages-deploy-action@master
72+
uses: grails/github-pages-deploy-action@main
7373
env:
7474
TARGET_REPOSITORY: ${{ github.repository }}
7575
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)