Skip to content

Commit

Permalink
Merge branch 'main' of github.com:niclaurenti/CV_new
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 16, 2024
2 parents 8fed457 + 42efcef commit d877182
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,22 @@ jobs:
- name: Compile LaTeX to PDF
run: make

- name: Upload Artifact
uses: actions/upload-artifact@v2
- name: Clone niclaurenti.github.io
uses: actions/checkout@v2
with:
name: my-cv
path: cv.pdf
repository: niclaurenti/niclaurenti.github.io
token: ${{ secrets.REPO_ACCESS_TOKEN }}
path: niclaurenti.github.io

- name: Copy cv.pdf
run: |
cp cv.pdf niclaurenti.github.io/files
- name: Commit and Push Changes
run: |
cd niclaurenti.github.io
git config user.email "[email protected]"
git config user.name "niclaurenti"
git add files/cv.pdf
git commit -m "Automated update of cv.pdf: ${{ github.event.head_commit.message }}"
git push
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ cv.aux
cv.log
cv.fdb_latexmk
cv.fls
cv.pdf
Binary file removed cv.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions cv.tex
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
% Available options: circle|rectangle,edge/noedge,left/right
% \photo{./examples/profile.png}
\name{Niccol\`o}{Laurenti}
% \name{Prova}{Prova}
\position{Ph.D.\ Researcher in Particle Physics~~~·~~~Scientific Software Developer}
% \position{Site Reliability Engineer{\enskip\cdotp\enskip}Software Architect}
% \address{via Leonida Rech 80, Rome, 00156, Italy}
Expand Down

0 comments on commit d877182

Please sign in to comment.