From 39b2b7d11d305735e56f22dda4c0427daeb84ac0 Mon Sep 17 00:00:00 2001 From: Joseph Cosentino Date: Thu, 13 Jun 2024 21:57:32 -0700 Subject: [PATCH] initial commit --- .github/workflows/pdf.yml | 22 ++++++++++++++++++++++ RESUME.md | 11 +++++++++++ 2 files changed, 33 insertions(+) create mode 100644 .github/workflows/pdf.yml create mode 100644 RESUME.md diff --git a/.github/workflows/pdf.yml b/.github/workflows/pdf.yml new file mode 100644 index 0000000..04b259f --- /dev/null +++ b/.github/workflows/pdf.yml @@ -0,0 +1,22 @@ +name: Resume PDF + +on: + push: + branches: + - main + +jobs: + converttopdf: + name: Build PDF + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: baileyjm02/markdown-to-pdf@v1 + with: + input_path: RESUME.md + output_dir: out + - uses: actions/upload-artifact@v3 + with: + name: resume + path: out + \ No newline at end of file diff --git a/RESUME.md b/RESUME.md new file mode 100644 index 0000000..6addbe7 --- /dev/null +++ b/RESUME.md @@ -0,0 +1,11 @@ +# Test + +This is my Resumse! + +--- + +## Test 2 + +* Something +* Something +* Somthing