From 9ee44336919dfd3219a84df706c917853ee68822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Niemel=C3=A4?= Date: Sun, 12 Jan 2025 23:21:36 +0100 Subject: [PATCH] aa --- .github/workflows/typst_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/typst_ci.yml b/.github/workflows/typst_ci.yml index 26f5552..2f60421 100644 --- a/.github/workflows/typst_ci.yml +++ b/.github/workflows/typst_ci.yml @@ -18,11 +18,11 @@ jobs: build_typst: runs-on: ubuntu-latest steps: + - uses: typst-community/setup-typst@v3 - name: Set up Git repository uses: actions/checkout@v4 - - uses: typst-community/setup-typst@v3 - name: Compile Typst document - run: cd report && typst compile main.typ + run: typst compile report/main.typ - name: Create release uses: softprops/action-gh-release@v2