File tree Expand file tree Collapse file tree 3 files changed +0
-47
lines changed Expand file tree Collapse file tree 3 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,6 @@ jobs:
114114 run : ./gradlew grails-doc:build -PgithubBranch=${{ steps.extract_branch.outputs.value }}
115115 env :
116116 GRAILS_PUBLISH_RELEASE : " true"
117- - name : " 📦 Generate grails-forge docs"
118- working-directory : grails-forge
119- run : ./gradlew docs -PgithubBranch=${{ steps.extract_branch.outputs.value }}
120- env :
121- GRAILS_PUBLISH_RELEASE : " true"
122117 - name : " 🔏 Sign wrapper ZIP"
123118 env :
124119 GPG_KEY_ID : ${{ secrets.GPG_KEY_ID }}
Original file line number Diff line number Diff line change @@ -98,5 +98,4 @@ apply {
9898 // we must apply the publish configuration first or the docs config will not work
9999 from layout. projectDirectory. file(' gradle/publish-root-config.gradle' )
100100 from layout. projectDirectory. file(' gradle/gradle-wrapper-root-config.gradle' )
101- from layout. projectDirectory. file(' gradle/doc-root-config.gradle' )
102101}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments