Fixing the CI
Some checks failed
Build lyes.eu / build (push) Failing after 45s

This commit is contained in:
Lyes Saadi 2026-01-15 21:17:15 +01:00
parent cef5d196ff
commit cde4efaad0
Signed by: lyes
GPG key ID: 55A1D803917CF39A

View file

@ -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