File tree Expand file tree Collapse file tree 2 files changed +19
-19
lines changed
Expand file tree Collapse file tree 2 files changed +19
-19
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments