Skip to content

Commit 1893ac1

Browse files
committed
No docs
1 parent 06c3f1a commit 1893ac1

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.github/workflows/gradle.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ jobs:
5858
MAVEN_PUBLISH_PASSWORD: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
5959
MAVEN_PUBLISH_URL: ${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
6060
run: ./gradlew publish
61-
- name: "📖 Generate Snapshot Documentation"
62-
run: ./gradlew docs
63-
- name: "📤 Publish Snapshot Documentation to Github Pages"
64-
uses: apache/grails-github-actions/deploy-github-pages@asf
65-
env:
66-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67-
GRADLE_PUBLISH_RELEASE: 'false'
68-
SOURCE_FOLDER: build/docs
61+
# - name: "📖 Generate Snapshot Documentation"
62+
# run: ./gradlew docs
63+
# - name: "📤 Publish Snapshot Documentation to Github Pages"
64+
# uses: apache/grails-github-actions/deploy-github-pages@asf
65+
# env:
66+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
67+
# GRADLE_PUBLISH_RELEASE: 'false'
68+
# SOURCE_FOLDER: build/docs

.github/workflows/release.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ jobs:
117117
./gradlew
118118
findSonatypeStagingRepository
119119
releaseSonatypeStagingRepository
120-
- name: "📖 Generate Documentation"
121-
if: ${{ hashFiles('src/main/asciidoc/**') != '' }}
122-
run: ./gradlew docs
123-
- name: "📤 Publish Documentation to Github Pages"
124-
uses: apache/grails-github-actions/deploy-github-pages@asf
125-
if: ${{ hashFiles('src/main/asciidoc/**') != '' }}
126-
env:
127-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128-
GRADLE_PUBLISH_RELEASE: 'true'
129-
SOURCE_FOLDER: build/docs
130-
VERSION: ${{ needs.publish.outputs.release_version }}
120+
# - name: "📖 Generate Documentation"
121+
# if: ${{ hashFiles('src/main/asciidoc/**') != '' }}
122+
# run: ./gradlew docs
123+
# - name: "📤 Publish Documentation to Github Pages"
124+
# uses: apache/grails-github-actions/deploy-github-pages@asf
125+
# if: ${{ hashFiles('src/main/asciidoc/**') != '' }}
126+
# env:
127+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
128+
# GRADLE_PUBLISH_RELEASE: 'true'
129+
# SOURCE_FOLDER: build/docs
130+
# VERSION: ${{ needs.publish.outputs.release_version }}
131131
- name: "⚙️ Run post-release"
132132
uses: apache/grails-github-actions/post-release@asf

0 commit comments

Comments
 (0)