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 4378421 commit 409e3e3Copy full SHA for 409e3e3
.github/workflows/github-pages.yml
@@ -32,9 +32,13 @@ jobs:
32
with:
33
distribution: temurin
34
java-version: 11
35
+ - uses: dhkatz/[email protected]
36
+ id: get_version
37
- uses: gradle/gradle-build-action@v2
- - name: Build asciidocs
- run: ./gradlew :docs:asciidoctor
38
+ env:
39
+ RELEASE_VERSION: ${{ steps.get_version.outputs.version-without-v }}
40
+ with:
41
+ arguments: -Pversion=${RELEASE_VERSION} :docs:asciidoctor
42
- uses: actions/configure-pages@v4
43
- uses: actions/upload-pages-artifact@v3
44
0 commit comments