Skip to content

Commit

Permalink
chore(ci): Add docs.pdf as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
jomaway committed Mar 9, 2024
1 parent 4f88a4d commit e66dd07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gen-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ jobs:
- name: Typst
uses: typst-community/setup-typst@v3
- run: typst compile docs/docs.typ --root ..
- uses: actions/upload-artifact@v4
with:
name: docs
path: docs/docs.pdf

0 comments on commit e66dd07

Please sign in to comment.