We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b2c18 commit d5d79b6Copy full SHA for d5d79b6
1 file changed
.github/workflows/cv-build.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
git config --global user.name 'GitHub Actions'
41
git config --global user.email 'github-actions@github.com'
42
- git add docs/assets/cv.pdf
+ git add docs/public/Alessandro_Sanvito_CV.pdf
43
git commit -m "Update CV" || exit 0
44
git push
45
0 commit comments