Skip to content

Commit

Permalink
Close #16 (PR #19)
Browse files Browse the repository at this point in the history
- Add $INPUT_ASCIIDOCTOR_PARAMS to pdf outputs
  • Loading branch information
Bruno-366 authored Jun 30, 2021
1 parent 1c120f7 commit 2f3233b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [[ $INPUT_PDF_BUILD == true ]]; then
INPUT_EBOOK_MAIN_ADOC_FILE="$INPUT_EBOOK_MAIN_ADOC_FILE$INPUT_ADOC_FILE_EXT"
MSG="Building $PDF_FILE ebook from $INPUT_EBOOK_MAIN_ADOC_FILE"
echo $MSG
asciidoctor-pdf "$INPUT_EBOOK_MAIN_ADOC_FILE" -o "$PDF_FILE"
asciidoctor-pdf "$INPUT_EBOOK_MAIN_ADOC_FILE" -o "$PDF_FILE" $INPUT_ASCIIDOCTOR_PARAMS
git add -f "$PDF_FILE";
fi

Expand Down

0 comments on commit 2f3233b

Please sign in to comment.