From 20f15a997624cbb04e5face9acf3b6768016a42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lyx=20Rothbo=CC=88ck?= Date: Fri, 17 May 2024 23:24:20 +0200 Subject: [PATCH] CI Test 7 --- .github/workflows/main.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 38feb42..b6f6798 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -22,11 +22,14 @@ jobs: cards.typ cards_abstract.typ Game of Intrigue.typ + options: | + --font-path + fonts - name: Upload PDF file uses: actions/upload-artifact@v4 with: - name: PDF + name: Game of Intrigue path: "*.pdf" - name: Get current date