Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 590 Bytes

File metadata and controls

23 lines (14 loc) · 590 Bytes

Dave Nilosek's Resume

This repository contains my resume built with RenderCV.

Download

The latest PDF version is available from the releases page.

Building Locally

Requirements:

  • Python 3.10+
pip install -r requirements.txt
rendercv render "Dave_Nilosek_CV.yaml"

The PDF will be generated in rendercv_output/Dave_Nilosek_CV.pdf.

Automatic Builds

The resume is automatically built and released on every push to the master branch via GitHub Actions.