bachelor-thesis/.github/workflows/buildtypst.yml
lukas-heilgenbrunner e7ba59d0c9
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 5s
correctly seperate build args
2024-12-20 11:59:05 +01:00

24 lines
513 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: main.typ
options: |
--input
inwriting=false
--input
draft=false
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf