We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03033d1 commit 35408acCopy full SHA for 35408ac
1 file changed
.github/workflows/compile-latex.yml
@@ -14,19 +14,15 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
17
- - name: Install LaTeX
18
- run: |
19
- sudo apt-get update
20
- sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended
21
-
22
- name: Compile LaTeX to PDF
23
24
- pdflatex -interaction=nonstopmode shop-qr-sheet.tex
+ uses: xu-cheng/latex-action@v4
+ with:
+ root_file: shop-qr-sheet.tex
25
26
- name: Upload PDF and log as artifacts
27
uses: actions/upload-artifact@v4
28
with:
29
- name: compiled-pdf
+ name: compiled
30
path: |
31
shop-qr-sheet.pdf
32
shop-qr-sheet.log
0 commit comments