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 84cee26 commit a436ec6Copy full SHA for a436ec6
1 file changed
.github/workflows/build.yml
@@ -64,9 +64,6 @@ jobs:
64
# Set HOME to a writable directory to avoid DocOnce config issues
65
export HOME=$(mktemp -d)
66
bash make.sh nospell
67
- env:
68
- # Ensure non-interactive LaTeX runs
69
- TEXINPUTS: ".:.//:$TEXINPUTS"
70
71
- name: Run pdflatex (second pass for references)
72
run: |
0 commit comments