From e7ba59d0c9b8d35b5e18e40a794fc774e5498bbd Mon Sep 17 00:00:00 2001 From: lukas-heilgenbrunner Date: Fri, 20 Dec 2024 11:59:05 +0100 Subject: [PATCH] correctly seperate build args --- .github/workflows/buildtypst.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtypst.yml b/.github/workflows/buildtypst.yml index 3c0b929..a36ca8a 100644 --- a/.github/workflows/buildtypst.yml +++ b/.github/workflows/buildtypst.yml @@ -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: