Skip to content

Commit

Permalink
readme modified
Browse files Browse the repository at this point in the history
  • Loading branch information
hanisntsolo committed Jun 7, 2024
1 parent 6bdd68d commit 0fe43f9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up LaTeX
uses: xu-cheng/latex-action@v2
with:
root_file: dhirendra_resume-openfont.tex
root_file: dhirendra-pratap-singh-resume.tex
compiler: xelatex
args: -output-directory=output # Specify output directory

Expand All @@ -66,7 +66,7 @@ Go to the repository settings on GitHub and navigate to "Settings" > "Pages". En
Ensure the compiled PDF is located at:

```
https://hanisntsolo.github.io/resume/dhirendra_resume-openfont.pdf
https://hanisntsolo.github.io/resume/dhirendra-pratap-singh-resume.pdf
```

### 5. Create a Redirect `index.html`
Expand All @@ -84,11 +84,11 @@ cd resume
echo '<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=dhirendra_resume-openfont.pdf">
<meta http-equiv="refresh" content="0; url=dhirendra-pratap-singh-resume.pdf">
<title>Redirecting...</title>
</head>
<body>
<p>Redirecting to <a href="dhirendra_resume-openfont.pdf">dhirendra_resume-openfont.pdf</a></p>
<p>Redirecting to <a href="dhirendra-pratap-singh-resume.pdf">dhirendra-pratap-singh-resume.pdf</a></p>
</body>
</html>' > index.html
Expand All @@ -102,7 +102,7 @@ git push origin gh-pages

### Access the PDF

- **Direct PDF URL:** `https://hanisntsolo.github.io/resume/dhirendra_resume-openfont.pdf`
- **Direct PDF URL:** `https://hanisntsolo.github.io/resume/dhirendra-pratap-singh-resume.pdf`
- **Redirect URL:** `https://hanisntsolo.github.io/resume`

### Clearing Browser Cache
Expand Down

0 comments on commit 0fe43f9

Please sign in to comment.