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:
|
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:
|
||||||
|
Loading…
Reference in New Issue
Block a user