bachelor-thesis/.github/workflows/build.yml
lukas-heiligenbrunner 72430b835a
Some checks failed
Build LaTeX document / build_latex (push) Failing after 6s
set workdir manually
2024-09-27 13:13:22 +02:00

18 lines
454 B
YAML

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: dind
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: src/main.tex
working_directory: /texbuild
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: src/main.pdf