Skip to content

Instantly share code, notes, and snippets.

@LaurEars
LaurEars / main.yml
Created July 22, 2024 18:36
LaTeX resume builder GitHub actions file
name: Build latex
# Controls when the action will run. Triggers the workflow on push
on:
push
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build-latex"
build-latex: