Skip to content

try to get bullet points back #8

try to get bullet points back

try to get bullet points back #8

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
table_of_contents: false
output_dir: out
- uses: actions/upload-artifact@v4
with:
name: resume
path: out