Compare commits

...

2 Commits

Author SHA1 Message Date
CPunch 83ab696c03 Added referneces footer 2022-07-07 19:50:59 -05:00
CPunch 605a83f837 Added letter of Recomendation from Morgan Rehnberg 2022-07-07 17:16:05 -05:00
3 changed files with 6 additions and 2 deletions

View File

@ -19,5 +19,7 @@ jobs:
- name: Make Release
uses: softprops/action-gh-release@v1
with:
files: resume.pdf
body: Automated build for ${{ github.head_ref }}.${{ github.sha }}
files: |
resume.pdf
assets/FWMSH.pdf
body: Automated build for ${{ github.ref }}.${{ github.sha }}

BIN
assets/FWMSH.pdf Normal file

Binary file not shown.

View File

@ -57,4 +57,6 @@
\input{resume/skills.tex}
\input{resume/experience.tex}
\input{resume/projects.tex}
\makecvfooter{}{References avaliable upon request}{}
\end{document}