bachelor-thesis/.github/workflows/buildtypst.yml
lukas-heilgenbrunner 815e3b582a
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 8s
upload build artifacts and latex action only on workflow dispatch
2024-10-28 16:05:52 +01:00

19 lines
418 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
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: typstalt/main.pdf