Skip to content

Commit 409e3e3

Browse files
committed
Update documentation
1 parent 4378421 commit 409e3e3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/github-pages.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,13 @@ jobs:
3232
with:
3333
distribution: temurin
3434
java-version: 11
35+
- uses: dhkatz/[email protected]
36+
id: get_version
3537
- uses: gradle/gradle-build-action@v2
36-
- name: Build asciidocs
37-
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
3842
- uses: actions/configure-pages@v4
3943
- uses: actions/upload-pages-artifact@v3
4044
with:

0 commit comments

Comments
 (0)