This is my resume, built with resume-md.
This repository includes a GitHub Actions workflow that automatically:
- Generates an HTML version of the resume using resume-md
- Deploys the generated HTML to GitHub Pages
- Push changes to the
resume.mdfile to themainbranch - The workflow in
.github/workflows/deploy-resume.ymlwill run automatically - The updated resume will be built, updating the
index.htmlfile
You can also manually trigger the workflow from the "Actions" tab in your GitHub repository.
To generate the HTML locally:
- Install resume-md:
pip install resume-md - Generate HTML:
resume-md --input resume.md --output index.html