Skip to content

Commit d0c302c

Browse files
authored
Remove duplicate comment and fix build.sh usage message. (#273)
1 parent 530d1d7 commit d0c302c

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/render.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,6 @@ jobs:
8181
key: latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }}
8282
restore-keys: latex-${{ inputs.input }}-${{ inputs.container-version }}
8383

84-
# Note: It appears that we can't pass variables into 'uses:' below to allow callers to
85-
# request a version of the action. Referencing it by local path breaks external workflows
86-
# that call to this one.
87-
# The unfortunate workaround is for this file to be updated to point at specific commits
88-
# and reference that version of the action file in this reusable workflow.
8984
# Note: It appears that we can't pass variables into 'uses:' below to allow callers to
9085
# request a version of the action. Referencing it by local path breaks external workflows
9186
# that call to this one.

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ print_usage() {
4242
echo "Usage:"
4343
echo "$(basename "${0}") [options] [input-file]"
4444
echo
45-
echo "If a volume is mapped to `/extra_resources/{dir}`, input files may reference its contents as `extra/{dir}`."
45+
echo "If a volume is mapped to /extra_resources/{dir}, input files may reference its contents as extra/{dir}."
4646
echo
4747
echo "Arguments:"
4848
echo " This script takes a single markdown file input for rendering to docx/pdf/LaTeX."

0 commit comments

Comments
 (0)