Skip to content

Commit 681e7ab

Browse files
committed
Disable Doc-release
1 parent 8045f74 commit 681e7ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ env:
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
JAVA_VERSION: '17.0.15' # this must be a specific version for reproducible builds
88
RELEASE_TAG_PREFIX: 'v'
9+
DOCUMENTATION: 'false'
910
jobs:
1011
publish:
1112
permissions:
@@ -118,8 +119,10 @@ jobs:
118119
findSonatypeStagingRepository
119120
releaseSonatypeStagingRepository
120121
- name: "📖 Generate Documentation"
122+
if: ${{ env.DOCUMENTATION != 'false' }}
121123
run: ./gradlew docs
122124
- name: "📤 Publish Documentation to Github Pages"
125+
if: ${{ env.DOCUMENTATION != 'false' }}
123126
uses: apache/grails-github-actions/deploy-github-pages@asf
124127
env:
125128
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)