Skip to content

Commit fd442e3

Browse files
authored
Merge pull request #99 from grails/updateBuildDocsStep
Update gradle.yml
2 parents 4661282 + a1a6548 commit fd442e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ jobs:
7070
if: steps.build.outcome == 'success' && github.event_name == 'push'
7171
uses: gradle/gradle-build-action@v2
7272
with:
73-
arguments: docs
73+
arguments: :grails-redis:groovydoc
7474
- name: Publish to Github Pages
7575
if: steps.docs.outcome == 'success' && github.event_name == 'push'
7676
uses: micronaut-projects/github-pages-deploy-action@master
7777
env:
7878
TARGET_REPOSITORY: ${{ github.repository }}
7979
GH_TOKEN: ${{ secrets.GH_TOKEN }}
8080
BRANCH: gh-pages
81-
FOLDER: build/docs
81+
FOLDER: plugin/build/docs
8282
DOC_FOLDER: gh-pages
8383
COMMIT_EMAIL: behlp@objectcomputing.com
8484
COMMIT_NAME: Puneet Behl

0 commit comments

Comments
 (0)