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.
2 parents ff50265 + 1dec43e commit 799e8a2Copy full SHA for 799e8a2
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
sudo apt-get install texlive*
21
- name: Build
22
run: |
23
- find . -iname '*.tex' -exec pdflatex {} \;
+ find . -iname '*.tex' -execdir pdflatex -output-directory $GITHUB_WORKSPACE {} \; || exit 1
24
- uses: actions/upload-artifact@v4
25
with:
26
name: pdf-linux
@@ -39,7 +39,7 @@ jobs:
39
40
41
eval "$(/usr/libexec/path_helper)"
42
43
44
45
name: pdf-macos
0 commit comments