Skip to content
Snippets Groups Projects
Commit cf31a4c6 authored by Jakob Moser's avatar Jakob Moser
Browse files

Handout in Unterordner verschieben

parent c16dcbae
No related branches found
No related tags found
No related merge requests found
Pipeline #6694 passed
......@@ -6,11 +6,11 @@ build-tex:
# Use latexmk to build PDFs
# Build the files with LuaLaTeX instead of normal LaTeX.
# Try building with as much force as one can: https://tex.stackexchange.com/questions/120019/make-latexmk-ignore-errors-and-finish-compiling
- latexmk -lualatex -cd -f -interaction=nonstopmode main.tex schedule.tex Minimalvorlage/schedule.tex || true
- latexmk -lualatex -cd -f -interaction=nonstopmode Handout/main.tex Handout/schedule.tex Handout/Minimalvorlage/schedule.tex || true
# Move all built PDFs into the artifacts directory
- mkdir -p pdfs/Minimalvorlage
- mv *.pdf pdfs || true
- mv Minimalvorlage/*.pdf pdfs/Minimalvorlage
- mv Handout/*.pdf pdfs || true
- mv Handout/Minimalvorlage/*.pdf pdfs/Minimalvorlage
artifacts:
paths:
- pdfs/
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment