Skip to content

split out build and release #1

split out build and release

split out build and release #1

Workflow file for this run

name: Build Resume
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-pdf:
name: Build PDF
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: baileyjm02/markdown-to-pdf@v1
with:
input_path: resume.md
theme: resume.css
output_dir: out
build_html: false
- uses: actions/upload-artifact@v3
with:
name: resume
path: out