Skip to content

Update README

Update README #5

Workflow file for this run

name: LaTeX build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v4
- uses: xu-cheng/latex-action@v3
with:
root_file: tex/document.tex
args: -pdf -file-line-error -halt-on-error -interaction=nonstopmode