We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4661282 + a1a6548 commit fd442e3Copy full SHA for fd442e3
.github/workflows/gradle.yml
@@ -70,15 +70,15 @@ jobs:
70
if: steps.build.outcome == 'success' && github.event_name == 'push'
71
uses: gradle/gradle-build-action@v2
72
with:
73
- arguments: docs
+ arguments: :grails-redis:groovydoc
74
- name: Publish to Github Pages
75
if: steps.docs.outcome == 'success' && github.event_name == 'push'
76
uses: micronaut-projects/github-pages-deploy-action@master
77
env:
78
TARGET_REPOSITORY: ${{ github.repository }}
79
GH_TOKEN: ${{ secrets.GH_TOKEN }}
80
BRANCH: gh-pages
81
- FOLDER: build/docs
+ FOLDER: plugin/build/docs
82
DOC_FOLDER: gh-pages
83
COMMIT_EMAIL: behlp@objectcomputing.com
84
COMMIT_NAME: Puneet Behl
0 commit comments