Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to typst-community action #48

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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