Switch to typst-community action #38
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build typst | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
build_release_thesis: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: '0' | |
lfs: true | |
- 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 |