From cde4efaad0ccb691ee005cf42290fd3ff58d3862 Mon Sep 17 00:00:00 2001 From: Lyes Saadi Date: Thu, 15 Jan 2026 21:17:15 +0100 Subject: [PATCH] Fixing the CI --- .forgejo/workflows/ci.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index e9a0ab5..f8f6476 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -20,11 +20,12 @@ jobs: submodules: recursive - name: build run: | - typst c 1.typ - typst c 2.typ + mkdir output + typst c 1.typ output/ + typst c 2.typ output/ - name: upload part 1 uses: forgejo/upload-artifact@v4 with: name: SEMPL.zip - path: *.pdf + path: output if-no-files-found: error