Skip to content

Commit

Permalink
#57 release version variable value fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cserhatit committed Mar 21, 2024
1 parent fb696dd commit 41224f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Deploy documentation
on:
push:
# branches:
# - main
branches:
- main

jobs:
generate-and-deploy:
Expand All @@ -26,7 +26,7 @@ jobs:
uses: manoelcampos/asciidoctor-ghpages-action@v2
with:
pdf_build: true
asciidoctor_params: --attribute=nofooter --attribute release_version=${{steps.vars.outputs.POM_XML_PROJECT_VERSION}}
asciidoctor_params: --attribute release_version=${{steps.vars.outputs.POM_XML_PROJECT_VERSION}}
# adoc_file_ext: .ascii # default is .adoc
source_dir: docs/ # default is .
ebook_main_adoc_file: index
Expand Down

0 comments on commit 41224f0

Please sign in to comment.