Skip to content

Commit

Permalink
[latex]: Change location to store the compiled LaTeX PDF version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 18, 2023
1 parent 614a645 commit af38d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

# Prepare the content for the Github Pages
- name: Prepare Github Page
run: mv resume.pdf website/resume_en.pdf
run: mv resume.pdf website/assets/pdf/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
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@ <h2 class="mb-5">

<p class="mb-5">
You can check a detailed LaTeX made version of my resume below, or download it from the next link:
<a class="link-danger" href="resume_en.pdf" target="_blank">
<a class="link-danger" href="assets/pdf/resume_en.pdf" target="_blank">
<i class="fas fa-lg fa-fw fa-file-pdf text-danger"></i>
PDF Resume
</a>
</p>

<object class="w-100" data="resume_en.pdf" type="application/pdf" height="800px">
<object class="w-100" data="assets/pdf/resume_en.pdf" type="application/pdf" height="800px">
<p>It appears you don't have a PDF viewer for this browser...</p>
</object>

Expand Down

0 comments on commit af38d48

Please sign in to comment.