mirror of
https://github.com/soconnor0919/resume-cv.git
synced 2025-12-15 07:24:43 -05:00
Compare commits
3 Commits
latest
...
release-20
| Author | SHA1 | Date | |
|---|---|---|---|
| ad1fdb2dfc | |||
| 1edc20193c | |||
| 2c04a329c8 |
10
.github/workflows/compile-latex.yml
vendored
10
.github/workflows/compile-latex.yml
vendored
@@ -60,14 +60,6 @@ jobs:
|
||||
cv.tex
|
||||
latexmk_use_xelatex: false
|
||||
|
||||
- name: Delete existing tag
|
||||
continue-on-error: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git tag -d latest || true
|
||||
git push origin :refs/tags/latest || true
|
||||
|
||||
- name: Upload Public PDFs as Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
with:
|
||||
@@ -75,7 +67,7 @@ jobs:
|
||||
resume.pdf
|
||||
cv.pdf
|
||||
name: Latest PDFs
|
||||
tag_name: latest
|
||||
tag_name: release-${{ github.run_number }}
|
||||
body: |
|
||||
Latest version of resume and CV (public version)
|
||||
prerelease: false
|
||||
|
||||
2
cv.tex
2
cv.tex
@@ -58,10 +58,10 @@
|
||||
\ifx\personalSchoolEmail\empty\else
|
||||
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
||||
\fi
|
||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||
\ifx\personalPhone\empty\else
|
||||
\\\personalPhone%
|
||||
\fi
|
||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||
\end{minipage}%
|
||||
\hfill%
|
||||
\begin{minipage}[t]{0.33\textwidth}
|
||||
|
||||
@@ -58,10 +58,10 @@
|
||||
\ifx\personalSchoolEmail\empty\else
|
||||
\\\href{mailto:\personalSchoolEmail}{\personalSchoolEmail}%
|
||||
\fi
|
||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||
\ifx\personalPhone\empty\else
|
||||
\\\personalPhone%
|
||||
\fi
|
||||
\\\href{https://\personalWebsite}{\personalWebsite}%
|
||||
\end{minipage}%
|
||||
\hfill%
|
||||
\begin{minipage}[t]{0.33\textwidth}
|
||||
|
||||
Reference in New Issue
Block a user