mirror of
https://github.com/CPunch/resume.git
synced 2024-12-05 02:40:07 +00:00
Compare commits
2 Commits
cf22100e3e
...
83ab696c03
Author | SHA1 | Date | |
---|---|---|---|
83ab696c03 | |||
605a83f837 |
6
.github/workflows/create-resume.yaml
vendored
6
.github/workflows/create-resume.yaml
vendored
@ -19,5 +19,7 @@ jobs:
|
|||||||
- name: Make Release
|
- name: Make Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
files: resume.pdf
|
files: |
|
||||||
body: Automated build for ${{ github.head_ref }}.${{ github.sha }}
|
resume.pdf
|
||||||
|
assets/FWMSH.pdf
|
||||||
|
body: Automated build for ${{ github.ref }}.${{ github.sha }}
|
||||||
|
BIN
assets/FWMSH.pdf
Normal file
BIN
assets/FWMSH.pdf
Normal file
Binary file not shown.
@ -57,4 +57,6 @@
|
|||||||
\input{resume/skills.tex}
|
\input{resume/skills.tex}
|
||||||
\input{resume/experience.tex}
|
\input{resume/experience.tex}
|
||||||
\input{resume/projects.tex}
|
\input{resume/projects.tex}
|
||||||
|
|
||||||
|
\makecvfooter{}{References avaliable upon request}{}
|
||||||
\end{document}
|
\end{document}
|
Loading…
Reference in New Issue
Block a user