We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd28e2 commit f0ba8f3Copy full SHA for f0ba8f3
.github/workflows/gradle.yml
@@ -36,11 +36,3 @@ jobs:
36
MAVEN_PUBLISH_PASSWORD: ${{ secrets.MAVEN_PUBLISH_PASSWORD }}
37
MAVEN_PUBLISH_URL: 'https://repo.grails.org/artifactory/plugins3-snapshots-local'
38
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