Skip to content

Commit 2d02bb1

Browse files
Update .github/workflows/pdf-release.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: James Ross <james@flyingrobots.dev>
1 parent eb23907 commit 2d02bb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pdf-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
os: debian
2828
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode -jobname=aion-WARP -output-directory=../pdf
2929
env:
30-
TEXINPUTS: ..:.:
30+
env:
31+
TEXINPUTS: "..:.:"
3132

3233
- name: Upload PDF artifact
3334
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)