Added presentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user