Skip to content

workflow: rename to Typst #22

workflow: rename to Typst

workflow: rename to Typst #22

Workflow file for this run

name: Build Typst CV
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v5
- uses: typst-community/setup-typst@v4
- name: Build CV
run: typst compile "CV Félix Piédallu.typ"
- uses: actions/upload-artifact@v5
with:
name: PDF
path: CV Félix Piédallu.pdf