Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosentino11 committed Jun 14, 2024
0 parents commit 39b2b7d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/pdf.yml
Original file line number Diff line number Diff line change
@@ -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

11 changes: 11 additions & 0 deletions RESUME.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Test

This is my Resumse!

---

## Test 2

* Something
* Something
* Somthing

0 comments on commit 39b2b7d

Please sign in to comment.