Skip to content

Commit

Permalink
Upload PDF after compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
gteufelberger committed Oct 26, 2024
1 parent a562968 commit 5ff3784
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/typst.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: src/main.typ
- name: Upload PDF file
uses: actions/upload-artifact@v4
with:
name: PDF
path: src/main.pdf

0 comments on commit 5ff3784

Please sign in to comment.