Skip to content

Commit

Permalink
Update rendered task
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsauter committed Oct 25, 2023
1 parent 1c6d034 commit d36894a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ spec:
--output-dir=$(params.output-dir) \
--data-source='$(params.data-sources)'
asciidoctor_pdf_flags=''
asciidoctor_pdf_flags='--failure-level ERROR'
if [ "$(params.pdf-theme)" != "" ]; then
asciidoctor_pdf_flags='-a pdf-theme=$(params.pdf-theme)'
asciidoctor_pdf_flags+=' -a pdf-theme=$(params.pdf-theme)'
fi
for f in $(params.output-dir)/*.out; do
Expand Down

0 comments on commit d36894a

Please sign in to comment.