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 a6b4353 commit 354fa73Copy full SHA for 354fa73
.github/workflows/gradle.yml
@@ -56,12 +56,12 @@ jobs:
56
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
57
- name: Publish to Github Pages
58
if: success()
59
- uses: micronaut-projects/github-pages-deploy-action@grails
+ uses: grails/github-pages-deploy-action@grails
60
env:
61
TARGET_REPOSITORY: ${{ github.repository }}
62
GH_TOKEN: ${{ secrets.GH_TOKEN }}
63
BRANCH: gh-pages
64
FOLDER: docs/build/docs
65
DOC_FOLDER: gh-pages
66
COMMIT_EMAIL: [email protected]
67
- COMMIT_NAME: Puneet Behl
+ COMMIT_NAME: Puneet Behl
0 commit comments