Compare commits
No commits in common. "495b6750058fe1220cac0fcff3f5dfa28c15892b" and "3de385820ef5f1bab50b6ea5245b54011cb9d459" have entirely different histories.
495b675005
...
3de385820e
2 changed files with 0 additions and 36 deletions
|
@ -1,18 +0,0 @@
|
||||||
name: Build Kurzpraesentation_Plenum.tex
|
|
||||||
on: [push]
|
|
||||||
jobs:
|
|
||||||
build_Kurzpraesentation_Plenum:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Set up Git repository
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- name: Compile Kurzpraesentation_Plenum.tex
|
|
||||||
uses: xu-cheng/latex-action@v2
|
|
||||||
with:
|
|
||||||
root_file: Kurzpraesentation_Plenum.tex
|
|
||||||
latexmk_use_lualatex: true
|
|
||||||
- name: Upload PDF file
|
|
||||||
uses: actions/upload-artifact@v3
|
|
||||||
with:
|
|
||||||
name: Kurzpraesentation_Plenum.pdf
|
|
||||||
path: Kurzpraesentation_Plenum.pdf
|
|
18
.github/workflows/build-praesentation_at_gj.yaml
vendored
18
.github/workflows/build-praesentation_at_gj.yaml
vendored
|
@ -1,18 +0,0 @@
|
||||||
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