bachelor-thesis/.github/workflows/build.yml
lukas-heilgenbrunner f341f8f951
Some checks failed
Build LaTeX document / build_latex (push) Failing after 1s
build manually
2024-09-13 09:37:04 +02:00

17 lines
431 B
YAML

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
container:
image: ghcr.io/xu-cheng/texlive-full::latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile site assets
run: cd src && latexmk
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: src/main.pdf