correctly seperate build args
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 5s
Some checks failed
Build Typst document / build_typst_documents (push) Failing after 5s
This commit is contained in:
parent
53d11ae459
commit
e7ba59d0c9
6
.github/workflows/buildtypst.yml
vendored
6
.github/workflows/buildtypst.yml
vendored
@ -12,8 +12,10 @@ jobs:
|
||||
with:
|
||||
source_file: main.typ
|
||||
options: |
|
||||
--input inwriting=false
|
||||
--input draft=false
|
||||
--input
|
||||
inwriting=false
|
||||
--input
|
||||
draft=false
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user