resume/.forgejo/workflows/build.yaml
Michael Bradley 365824cc9c
Some checks failed
Compile / Compile (push) Failing after 42s
Use new runner
2025-02-23 06:47:35 -05:00

21 lines
443 B
YAML

---
on: [push]
name: Compile
jobs:
compile:
name: Compile
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile
uses: https://github.com/xu-cheng/latex-action@v3
with:
root_file: resume.tex
- name: Save PDF
uses: https://code.forgejo.org/forgejo/upload-artifact/src/tag/v4
with:
name: CV
path: resume.pdf