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

Commit e5ac7b0

Browse files
authored
Update gradle.yml
1 parent 4b800b2 commit e5ac7b0

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
@@ -92,7 +92,7 @@ jobs:
9292
if_false: ${{ github.repository }}
9393
- name: Publish to Github Pages
9494
if: steps.docs.outcome == 'success' && github.event_name == 'push' && matrix.java == '11'
95-
uses: micronaut-projects/github-pages-deploy-action@master
95+
uses: micronaut-projects/github-pages-deploy-action@grails
9696
env:
9797
SKIP_SNAPSHOT: ${{ contains(steps.release_version.outputs.release_version, 'M') }}
9898
TARGET_REPOSITORY: ${{ steps.docs_target.outputs.value }}

0 commit comments

Comments
 (0)