Skip to content

Commit f0ba8f3

Browse files
committed
No docs target, removed from gradle.yml
1 parent 5cd28e2 commit f0ba8f3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/gradle.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,3 @@ jobs:
3636
MAVEN_PUBLISH_PASSWORD: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
3737
MAVEN_PUBLISH_URL: 'https://repo.grails.org/artifactory/plugins3-snapshots-local'
3838
run: ./gradlew publish
39-
- name: "📖 Generate Snapshot Documentation"
40-
run: ./gradlew docs
41-
- name: "📤 Publish Snapshot Documentation to Github Pages"
42-
uses: apache/grails-github-actions/deploy-github-pages@asf
43-
env:
44-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45-
GRADLE_PUBLISH_RELEASE: 'false'
46-
SOURCE_FOLDER: build/docs

0 commit comments

Comments
 (0)