Skip to content

Commit

Permalink
Changes due to repo and files renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 14, 2023
1 parent 933a90f commit 7dd2455
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/
File renamed without changes.
6 changes: 3 additions & 3 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Diego Smania CV</title>
<title>Diego Smania Resume</title>
</head>
<body>
<h1>Diego Fabián Smania</h1>
<p>
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.
</p>
<ul>
<li>
<a href="Diego_Smania_CV_English.pdf">CV English Version</a>
<a href="resume_en.pdf">Resume - English Version</a>
</li>
</ul>
</body>
Expand Down

0 comments on commit 7dd2455

Please sign in to comment.