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 1d57aea commit 39f5518Copy full SHA for 39f5518
action.yml
@@ -20,6 +20,6 @@ runs:
20
image: docker://antaljanosbenjamin/latex-extra:latest
21
entrypoint: latexmk
22
args:
23
- - '-output-directory="/github/workspace/${{ inputs.working-directory }}"'
+ - -output-directory=/github/workspace/${{ inputs.working-directory }}
24
- ${{ inputs.args }}
25
- /github/workspace/${{ inputs.file }}
0 commit comments