We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6dcda commit 6864705Copy full SHA for 6864705
.github/workflows/gradle.yml
@@ -69,7 +69,7 @@ jobs:
69
arguments: docs
70
- name: Publish to Github Pages
71
if: steps.publish.outcome == 'success' && github.event_name == 'push' && matrix.java == '8'
72
- uses: micronaut-projects/github-pages-deploy-action@master
+ uses: grails/github-pages-deploy-action@main
73
env:
74
TARGET_REPOSITORY: ${{ github.repository }}
75
GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments