Skip to content

ci: update latex pipeline #14

ci: update latex pipeline

ci: update latex pipeline #14

Workflow file for this run

name: LaTeX to PDF
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Inter font
run: |
sudo apt-get update
sudo apt-get install -y unzip fontconfig wget
mkdir -p ~/.local/share/fonts
wget -qO Inter.zip https://github.com/rsms/inter/releases/download/v3.19/Inter-3.19.zip
unzip -o Inter.zip -d ~/.local/share/fonts
fc-cache -f -v
- name: Compile LaTeX documents
uses: xu-cheng/latex-action@v2
with:
root_file: |
agb_app_zum_doc_patient.tex
agb_mediquu_connect.tex
agb_app_zum_doc.tex
agb_mediquu_netzmanager.tex
agb_mediquu_chat.tex
avv.tex
extra_system_packages: "inkscape"
latexmk_shell_escape: true
- name: Upload PDFs
uses: actions/upload-artifact@v3
with:
name: pdfs
path: *.pdf

Check failure on line 39 in .github/workflows/latex.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/latex.yml

Invalid workflow file

You have an error in your yaml syntax on line 39