Skip to content

Commit

Permalink
Switch to typst-community action (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjndw authored Aug 28, 2024
1 parent c7fab3e commit d442a98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/build-release-thesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ jobs:
WITH_V: true
DEFAULT_BUMP: 'patch'

- name: Compile Typst
uses: lvignoli/typst-action@main
with:
source_file: |
thesis.typ
proposal.typ
- uses: typst-community/setup-typst@v3
- run: typst compile thesis.typ thesis.pdf
- run: typst compile proposal.typ proposal.pdf
- run: typst compile registration_certificate.typ registration_certificate.pdf

- name: Create Release
id: create_release
Expand All @@ -50,3 +48,4 @@ jobs:
files: |
thesis.pdf
proposal.pdf
registration_certificate.pdf
13 changes: 5 additions & 8 deletions .github/workflows/build-typst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@ jobs:
with:
fetch-depth: '0'
lfs: true

- name: Compile Typst
uses: lvignoli/typst-action@main
with:
source_file: |
thesis.typ
proposal.typ
registration_certificate.typ

- uses: typst-community/setup-typst@v3
- run: typst compile thesis.typ thesis.pdf
- run: typst compile proposal.typ proposal.pdf
- run: typst compile registration_certificate.typ registration_certificate.pdf

0 comments on commit d442a98

Please sign in to comment.