correctly seperate build args
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 5s

This commit is contained in:
lukas-heilgenbrunner 2024-12-20 11:59:05 +01:00
parent 53d11ae459
commit e7ba59d0c9

View File

@ -12,8 +12,10 @@ jobs:
with: with:
source_file: main.typ source_file: main.typ
options: | options: |
--input inwriting=false --input
--input draft=false inwriting=false
--input
draft=false
- name: Upload PDF file - name: Upload PDF file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with: