build latex gitea workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s
Build LaTeX document / build_latex (push) Failing after 5s

This commit is contained in:
Jan Kowalczyk
2025-03-12 14:05:34 +01:00
parent 1cbde2e8ec
commit d984fd27d9

View File

@@ -0,0 +1,17 @@
name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: thesis/Main.tex
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: Main.pdf