add remaining headings and github action workflow
Some checks failed
Build LaTeX Document / build (push) Has been cancelled
Build Typst document / build_typst_documents (push) Successful in 20s

This commit is contained in:
2024-10-28 16:02:53 +01:00
parent 88368ddfbb
commit 2663f1814b
9 changed files with 102 additions and 52 deletions

13
.github/workflows/buildtypst.yml vendored Normal file
View File

@ -0,0 +1,13 @@
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