diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 0a0c11f..203fcc0 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -33,11 +33,11 @@ jobs: - name: Build LaTeX Document uses: xu-cheng/latex-action@v3 with: - root_file: curriculum_vitae.tex + root_file: resume.tex # Prepare the content for the Github Pages - name: Prepare Github Page - run: mv curriculum_vitae.pdf website/Diego_Smania_CV_English.pdf + run: mv resume.pdf website/resume_en.pdf # Package and upload the website as an artifact (named github-pages by # default) to be used on the deployment job. An artifact allows you to diff --git a/README.md b/README.md index cade455..4b54b6f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -[![Build And Publish](https://github.com/dfsmania/Latex-CV/actions/workflows/build_and_publish.yml/badge.svg)](https://github.com/dfsmania/Latex-CV/actions/workflows/build_and_publish.yml) +[![Build And Publish](https://github.com/dfsmania/LaTeX-Resume/actions/workflows/build_and_publish.yml/badge.svg)](https://github.com/dfsmania/LaTeX-Resume/actions/workflows/build_and_publish.yml) -# Latex-CV +# LaTeX-Resume -An example of my personal curriculum vitae made with LaTeX, compiled and published into **Github Pages** with a **Github Action**: +An example of my personal resume made with LaTeX, compiled and published into **Github Pages** with a **Github Action**: -https://dfsmania.github.io/Latex-CV/ +https://dfsmania.github.io/LaTeX-Resume/ diff --git a/curriculum_vitae.tex b/resume.tex similarity index 100% rename from curriculum_vitae.tex rename to resume.tex diff --git a/website/index.html b/website/index.html index a700ac1..b976e1f 100644 --- a/website/index.html +++ b/website/index.html @@ -2,16 +2,16 @@ - Diego Smania CV + Diego Smania Resume

Diego Fabián Smania

- This is just a basic and small site so my CV is built and uploaded to GitHub pages. + This is just a basic and small site so my resume is built and uploaded into GitHub pages.