Skip to content

feat: action to build and release #1

feat: action to build and release

feat: action to build and release #1

Workflow file for this run

name: Build and Release Resume PDF
on: [push]
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
container: texlive/texlive:latest
steps:
- name: Check out the repository
uses: actions/checkout@v4
- name: Compile LaTeX document
run: xelatex -pdf -f -interaction=nonstopmode -outdir=build -jobname=gabriele_bocchi_resume resume.tex