Skip to content

Commit

Permalink
Update Publish to GitHub Pages step (#95)
Browse files Browse the repository at this point in the history
Use the new grails/github-pages-deploy-action which allow updating root index.html page
  • Loading branch information
puneetbehl authored Jan 24, 2024
1 parent c2bdeea commit a9f75eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
arguments: docs:docs
- name: Publish to Github Pages
if: steps.docs.outcome == 'success' && github.event_name == 'push'
uses: micronaut-projects/github-pages-deploy-action@master
uses: grails/github-pages-deploy-action@v2
env:
TARGET_REPOSITORY: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit a9f75eb

Please sign in to comment.