2023-08-22 13:22:10 +00:00
|
|
|
name: Build Praesentation_AT_GJ.tex
|
2023-08-21 13:59:15 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
2023-08-22 13:22:10 +00:00
|
|
|
build_Praesentation_AT_GJ:
|
2023-08-21 13:59:15 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- name: Set up Git repository
|
|
|
|
uses: actions/checkout@v3
|
2023-08-22 13:22:10 +00:00
|
|
|
- name: Compile Praesentation_AT_GJ.tex
|
2023-08-21 13:59:15 +00:00
|
|
|
uses: xu-cheng/latex-action@v2
|
|
|
|
with:
|
2023-08-22 13:22:10 +00:00
|
|
|
root_file: Praesentation_AT_GJ.tex
|
2023-08-21 13:59:15 +00:00
|
|
|
latexmk_use_lualatex: true
|
|
|
|
- name: Upload PDF file
|
|
|
|
uses: actions/upload-artifact@v3
|
|
|
|
with:
|
2023-08-22 13:22:10 +00:00
|
|
|
name: Praesentation_AT_GJ.pdf
|
|
|
|
path: Praesentation_AT_GJ.pdf
|