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 b92c909 commit a4f942b
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 @@ -46,12 +46,12 @@ jobs:
arguments: -Dorg.gradle.internal.publish.checksums.insecure=true publish
- name: Publish to Github Pages
if: success()
uses: micronaut-projects/github-pages-deploy-action@grails
uses: grails/github-pages-deploy-action@grails
env:
TARGET_REPOSITORY: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: build/docs
DOC_FOLDER: gh-pages
COMMIT_EMAIL: behlp@unityfoundation.io
COMMIT_NAME: Puneet Behl
COMMIT_NAME: Puneet Behl

0 comments on commit a4f942b

Please sign in to comment.