bachelor-thesis/.github/workflows/buildtypst.yml
lukas-heilgenbrunner 2663f1814b
Some checks failed
Build LaTeX Document / build (push) Has been cancelled
Build Typst document / build_typst_documents (push) Successful in 20s
add remaining headings and github action workflow
2024-10-28 16:02:53 +01:00

14 lines
279 B
YAML

name: Build Typst document
on: push
jobs:
build_typst_documents:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Typst
uses: lvignoli/typst-action@main
with:
source_file: typstalt/main.typ