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 submodules: recursive
- name: build - name: build
run: | run: |
typst c 1.typ mkdir output
typst c 2.typ typst c 1.typ output/
typst c 2.typ output/
- name: upload part 1 - name: upload part 1
uses: forgejo/upload-artifact@v4 uses: forgejo/upload-artifact@v4
with: with:
name: SEMPL.zip name: SEMPL.zip
path: *.pdf path: output
if-no-files-found: error if-no-files-found: error