Compare commits
3 Commits
doc-0.0.0.
...
doc-0.0.0-
| Author | SHA1 | Date | |
|---|---|---|---|
| f5223405a5 | |||
| 7ab7e9e25d | |||
| 370942efe1 |
@@ -16,11 +16,26 @@ jobs:
|
|||||||
run: git checkout "${{ gitea.sha }}"
|
run: git checkout "${{ gitea.sha }}"
|
||||||
- name: "Submodules auschecken"
|
- name: "Submodules auschecken"
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
- name: Defensio
|
||||||
|
run: cd . /Defensio
|
||||||
- uses: docker://git.kocoder.xyz/docker/ga-pandoc:c6eaa45b623c284e80f37434872621defc00f864
|
- uses: docker://git.kocoder.xyz/docker/ga-pandoc:c6eaa45b623c284e80f37434872621defc00f864
|
||||||
with:
|
with:
|
||||||
env: TEXINPUTS=.:./libs/awesome-beamer/:./libs/smile/
|
env: TEXINPUTS=.:./libs/awesome-beamer/:./libs/smile/
|
||||||
command: pandoc
|
command: pandoc
|
||||||
args: "--help" # gets appended to pandoc command
|
args: >-
|
||||||
|
01_Praesentation_Allgemein.md \
|
||||||
|
02_Praesentation_Konstantin_Hintermayer.md \
|
||||||
|
03_Praesentation_Florian_Edlmayer.md \
|
||||||
|
04_Praesentation_Adam_Gaiswinkler.md \
|
||||||
|
-t beamer \
|
||||||
|
--template 00_preamble.tex \
|
||||||
|
--pdf-engine=pdflatex \
|
||||||
|
--slide-level=2 \
|
||||||
|
--number-sections \
|
||||||
|
--lua-filter ../_extensions/diagram/diagram.lua \
|
||||||
|
--syntax-definition ../_extensions/razor/razor.xml \
|
||||||
|
--syntax-definition ../_extensions/nginx/nginx.xml \
|
||||||
|
-o defensio.pdf
|
||||||
- name: "Create release"
|
- name: "Create release"
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
name: Word Count
|
name: Word Count
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches: [ "main", "master" ]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main", "master" ]
|
branches: [ "main", "master" ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user