1
0
Workflow config file is invalid. Please check your config file: yaml: line 18: did not find expected alphabetic or numeric character
2025-07-22 15:20:41 +02:00

19 lines
448 B
YAML

on:
- push
jobs:
build:
name: Build pdf
runs-on: 'docker'
container:
archlinux:latest
steps:
- 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: pdfs
path: *.pdf