Skip to content

Commit

Permalink
Actually upload generated PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Mar 29, 2024
1 parent 77ab849 commit be398a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
uses: lvignoli/typst-action@main
with:
source_file: main.typ
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: PDF
path: main.pdf

0 comments on commit be398a4

Please sign in to comment.