Skip to content

feat: update latexmkrc #87

feat: update latexmkrc

feat: update latexmkrc #87

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Install TeX Live
run: sudo apt update && sudo apt install biber latexmk texlive texlive-bibtex-extra texlive-lang-german texlive-latex-extra texlive-luatex
- name: Install the arial font
run: |
echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | sudo debconf-set-selections
sudo apt-get install ttf-mscorefonts-installer
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
run: make build
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: Arbeit.pdf
path: out/Arbeit.pdf