We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb54ef9 commit 5b6a2b7Copy full SHA for 5b6a2b7
.github/workflows/gradle.yml
@@ -59,9 +59,11 @@ jobs:
59
MAVEN_PUBLISH_URL: ${{ secrets.MAVEN_PUBLISH_SNAPSHOT_URL }}
60
run: ./gradlew publish
61
- name: "📖 Generate Snapshot Documentation"
62
+ if: ${{ hashFiles('src/main/asciidoc/**') != '' }}
63
run: ./gradlew docs
64
- name: "📤 Publish Snapshot Documentation to Github Pages"
65
uses: apache/grails-github-actions/deploy-github-pages@asf
66
67
env:
68
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
GRADLE_PUBLISH_RELEASE: 'false'
0 commit comments