We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89aeecc commit 56bae52Copy full SHA for 56bae52
build.sh
@@ -173,8 +173,6 @@ readonly PR_NUMBER
173
readonly PR_REPO
174
readonly DIFFBASE
175
readonly PDF_ENGINE
176
-readonly PDFLOG_OUTPUT
177
-readonly DIFFPDFLOG_OUTPUT
178
179
shift "$(( OPTIND - 1 ))"
180
@@ -408,6 +406,8 @@ readonly DIFFTEX_OUTPUT
408
406
readonly DOCX_OUTPUT
409
407
readonly HTML_OUTPUT
410
readonly LATEX_OUTPUT
+readonly PDFLOG_OUTPUT
+readonly DIFFPDFLOG_OUTPUT
411
412
echo "Starting Build with"
413
echo "file: ${INPUT_FILE}"
0 commit comments