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 39f5518 commit d4f7c34Copy full SHA for d4f7c34
action.yml
@@ -20,6 +20,7 @@ runs:
20
image: docker://antaljanosbenjamin/latex-extra:latest
21
entrypoint: latexmk
22
args:
23
+ - -cd # change to directory of source file when processing it
24
- -output-directory=/github/workspace/${{ inputs.working-directory }}
- - ${{ inputs.args }}
25
- - /github/workspace/${{ inputs.file }}
+ - /github/workspace/${{ inputs.file }}
26
+ - ${{ inputs.args }}
0 commit comments