mirror of
https://github.com/CPunch/resume.git
synced 2024-12-04 18:49:26 +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
|
||||
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
BIN
assets/FWMSH.pdf
Normal file
Binary file not shown.
@ -57,4 +57,6 @@
|
||||
\input{resume/skills.tex}
|
||||
\input{resume/experience.tex}
|
||||
\input{resume/projects.tex}
|
||||
|
||||
\makecvfooter{}{References avaliable upon request}{}
|
||||
\end{document}
|
Loading…
Reference in New Issue
Block a user