From 1cb777056c5551e227d4cdda58e3645e8370475d Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 3 Jul 2025 10:57:38 +0000 Subject: [PATCH] Update .github/workflows/buildtypst.yml --- .github/workflows/buildtypst.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/buildtypst.yml b/.github/workflows/buildtypst.yml index 78cb3af..4ed4cfd 100644 --- a/.github/workflows/buildtypst.yml +++ b/.github/workflows/buildtypst.yml @@ -13,10 +13,9 @@ jobs: source_file: main.typ version: 0.12.0 options: | - --input - inwriting=false - --input - draft=false + compile + --input inwriting=false + --input draft=false - name: Upload PDF file uses: actions/upload-artifact@v3 with: