Files
bachelor-thesis/.github/workflows/buildtypst.yml
lukas 020a8c4789
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 18s
Update .github/workflows/buildtypst.yml
2025-07-03 10:53:59 +00:00

25 lines
556 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: krestenlaust/typst-action@feat/fix-issue-17
with:
source_file: main.typ
version: 0.12.0
options: |
--input
inwriting=false
--input
draft=false
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf