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 5c1b0d7 commit 291c421Copy full SHA for 291c421
actions/latex/action.yml
@@ -44,6 +44,7 @@ runs:
44
45
- name: Compile LaTeX document
46
shell: bash
47
+ working-directory: ${{ env.TEX_FOLDER }}
48
run: |
49
mkdir -p compiled
50
tectonic ${{ env.TEX_FILE }} --outdir compiled
0 commit comments