From bda3c9383d604bf89206c462beb00ad8b5b4d68a Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Sat, 15 Feb 2025 13:32:18 +0100 Subject: [PATCH] Replace typst-action with fork (#38) --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1031d8..4810504 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: cp report-template/template.typ report-template-empty/template.typ - name: Compile singlefile-template - uses: lvignoli/typst-action@main + uses: krestenlaust/typst-action@v0.12.0 with: source_file: singlefile-template/main.typ