Skip to content

Commit

Permalink
Update compile-and-upload-pdf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanksingla committed Dec 31, 2023
1 parent ed1947f commit ce9be91
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compile-and-upload-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: main.tex
extra_fonts: NotoSerifDevanagari.ttf
latexmk_use_xelatex: true
- name: Upload a build artifact
uses: actions/upload-artifact@v2.3.1
- name: Upload the thesis document
uses: actions/upload-artifact@v3
with:
name: PDF
path: yaman-phd-thesis.pdf
path: main.pdf

0 comments on commit ce9be91

Please sign in to comment.