upload build artifacts and latex action only on workflow dispatch
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 8s
All checks were successful
Build Typst document / build_typst_documents (push) Successful in 8s
This commit is contained in:
5
.github/workflows/buildtypst.yml
vendored
5
.github/workflows/buildtypst.yml
vendored
@ -11,3 +11,8 @@ jobs:
|
||||
uses: lvignoli/typst-action@main
|
||||
with:
|
||||
source_file: typstalt/main.typ
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: PDF
|
||||
path: typstalt/main.pdf
|
||||
|
Reference in New Issue
Block a user