Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sbglasius committed Dec 29, 2023
1 parent 4378421 commit 409e3e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ jobs:
with:
distribution: temurin
java-version: 11
- uses: dhkatz/[email protected]
id: get_version
- uses: gradle/gradle-build-action@v2
- name: Build asciidocs
run: ./gradlew :docs:asciidoctor
env:
RELEASE_VERSION: ${{ steps.get_version.outputs.version-without-v }}
with:
arguments: -Pversion=${RELEASE_VERSION} :docs:asciidoctor
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 409e3e3

Please sign in to comment.