This commit is contained in:
parent
cde4efaad0
commit
b113a8a343
1 changed files with 4 additions and 2 deletions
|
|
@ -20,9 +20,11 @@ jobs:
|
|||
submodules: recursive
|
||||
- name: build
|
||||
run: |
|
||||
for f in *.typ; do
|
||||
typst c $f
|
||||
done
|
||||
mkdir output
|
||||
typst c 1.typ output/
|
||||
typst c 2.typ output/
|
||||
mv *.pdf output
|
||||
- name: upload part 1
|
||||
uses: forgejo/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue