1
0

Added presentation

This commit is contained in:
Matthias Veigel
2025-07-22 15:20:41 +02:00
parent 13c76fe59b
commit 5ebdf19915
6 changed files with 893 additions and 3 deletions

View File

@@ -8,10 +8,11 @@ jobs:
container:
archlinux:latest
steps:
- run: pacman -Sy --noconfirm nodejs git typst fontconfig ttf-linux-libertine ttf-inconsolata
- run: pacman -Sy --noconfirm nodejs git typst fontconfig ttf-linux-libertine ttf-inconsolata ttf-fira-code ttf-fira-sans
- uses: actions/checkout@v3
- run: typst c main.typ
- run: typst c presentation.typ
- uses: actions/upload-artifact@v3
with:
name: main.pdf
path: main.pdf
name: pdfs
path: *.pdf