diff --git a/.github/workflows/render.yml b/.github/workflows/render.yml index bbdea4d..baa2df6 100644 --- a/.github/workflows/render.yml +++ b/.github/workflows/render.yml @@ -81,11 +81,6 @@ jobs: key: latex-${{ inputs.input }}-${{ inputs.container-version }}-${{ github.run_id }} restore-keys: latex-${{ inputs.input }}-${{ inputs.container-version }} - # Note: It appears that we can't pass variables into 'uses:' below to allow callers to - # request a version of the action. Referencing it by local path breaks external workflows - # that call to this one. - # The unfortunate workaround is for this file to be updated to point at specific commits - # and reference that version of the action file in this reusable workflow. # Note: It appears that we can't pass variables into 'uses:' below to allow callers to # request a version of the action. Referencing it by local path breaks external workflows # that call to this one. diff --git a/build.sh b/build.sh index 53d663e..83ae080 100755 --- a/build.sh +++ b/build.sh @@ -42,7 +42,7 @@ print_usage() { echo "Usage:" echo "$(basename "${0}") [options] [input-file]" echo - echo "If a volume is mapped to `/extra_resources/{dir}`, input files may reference its contents as `extra/{dir}`." + echo "If a volume is mapped to /extra_resources/{dir}, input files may reference its contents as extra/{dir}." echo echo "Arguments:" echo " This script takes a single markdown file input for rendering to docx/pdf/LaTeX."