Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit a9f75eb

Browse files
authored
Update Publish to GitHub Pages step (#95)
Use the new grails/github-pages-deploy-action which allow updating root index.html page
1 parent c2bdeea commit a9f75eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
arguments: docs:docs
6363
- name: Publish to Github Pages
6464
if: steps.docs.outcome == 'success' && github.event_name == 'push'
65-
uses: micronaut-projects/github-pages-deploy-action@master
65+
uses: grails/github-pages-deploy-action@v2
6666
env:
6767
TARGET_REPOSITORY: ${{ github.repository }}
6868
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)