Skip to content

Commit

Permalink
Merge pull request #99 from grails/updateBuildDocsStep
Browse files Browse the repository at this point in the history
Update gradle.yml
  • Loading branch information
puneetbehl authored Feb 15, 2023
2 parents 4661282 + a1a6548 commit fd442e3
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 @@ -70,15 +70,15 @@ jobs:
if: steps.build.outcome == 'success' && github.event_name == 'push'
uses: gradle/gradle-build-action@v2
with:
arguments: docs
arguments: :grails-redis:groovydoc
- name: Publish to Github Pages
if: steps.docs.outcome == 'success' && github.event_name == 'push'
uses: micronaut-projects/github-pages-deploy-action@master
env:
TARGET_REPOSITORY: ${{ github.repository }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
BRANCH: gh-pages
FOLDER: build/docs
FOLDER: plugin/build/docs
DOC_FOLDER: gh-pages
COMMIT_EMAIL: [email protected]
COMMIT_NAME: Puneet Behl

0 comments on commit fd442e3

Please sign in to comment.