Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
faysalmehedi authored Nov 1, 2024
1 parent 50ffb7d commit 95f33be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: resume.tex
root_file: faysal_mehedi_resume.tex
- name: Add and commit to main
run: |
git config --global user.name 'Latex Workflow Bot'
git config --global user.email 'bot@faysalmehedi.github.io'
git add resume.pdf
git add faysal_mehedi_resume.pdf
git commit -m "[Bot] Update PDF"
git push

0 comments on commit 95f33be

Please sign in to comment.