ci: CI für Präsentation AT GJ hinzugefügt
This commit is contained in:
parent
c458d1d48b
commit
495b675005
1 changed files with 18 additions and 0 deletions
18
.github/workflows/build-praesentation_at_gj.yaml
vendored
Normal file
18
.github/workflows/build-praesentation_at_gj.yaml
vendored
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
name: Build Praesentation_AT_JG.tex
|
||||||
|
on: [push]
|
||||||
|
jobs:
|
||||||
|
build_Praesentation_AT_JG:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Compile Praesentation_AT_JG.tex
|
||||||
|
uses: xu-cheng/latex-action@v2
|
||||||
|
with:
|
||||||
|
root_file: Praesentation_AT_JG.tex
|
||||||
|
latexmk_use_lualatex: true
|
||||||
|
- name: Upload PDF file
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: Praesentation_AT_JG.pdf
|
||||||
|
path: Praesentation_AT_JG.pdf
|
Loading…
Reference in a new issue