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

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