Files
resume/.gitea/workflows/build.yml
T
burkkyy 46933c426c
Build Resume PDF / build (push) Failing after 2m49s
using latex action
2026-07-14 20:01:48 -07:00

27 lines
500 B
YAML

name: Build Resume PDF
on:
push:
paths:
- "resume.tex"
- ".gitea/workflows/build.yml"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: resume.tex
- name: Upload PDF artifact
uses: actions/upload-artifact@v3
with:
name: resume
path: resume.pdf