Skip to content

Updated on 2024-08-22 #12

Updated on 2024-08-22

Updated on 2024-08-22 #12

Workflow file for this run

name: Build LaTeX document
on: [push]
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
with:
root_file: cv.tex
- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: CV
files: cv.pdf