Skip to content

Switch to typst-community action #38

Switch to typst-community action

Switch to typst-community action #38

Workflow file for this run

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