Skip to content

Commit

Permalink
Switch to grails/github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty authored Dec 22, 2024
1 parent 9dc4eed commit d598bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
GITHUB_MAVEN_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
- name: "📖 Publish docs to Github Pages"
if: success() && github.event_name == 'push'
uses: micronaut-projects/github-pages-deploy-action@grails
uses: grails/github-pages-deploy-action@grails
env:
BRANCH: gh-pages
COMMIT_EMAIL: ${{ env.GIT_USER_EMAIL }}
COMMIT_NAME: ${{ env.GIT_USER_NAME }}
DOC_FOLDER: gh-pages
FOLDER: build/docs
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit d598bcc

Please sign in to comment.