upload pdf
This commit is contained in:
parent
bf634303aa
commit
45952a0507
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -11,3 +11,8 @@ jobs:
|
|||||||
uses: lvignoli/typst-action@main
|
uses: lvignoli/typst-action@main
|
||||||
with:
|
with:
|
||||||
source_file: main.typ
|
source_file: main.typ
|
||||||
|
- name: Upload PDF file
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: PDF
|
||||||
|
path: *.pdf
|
||||||
|
Loading…
Reference in New Issue
Block a user