Skip to content

Commit

Permalink
Update latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsswifter authored Oct 22, 2024
1 parent 57ac033 commit b175a5e
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
latexmk_use_lualatex: true
root: .

- name: Move CV to docs folder
run: |
mkdir -p docs
mv CV.pdf docs/
- name: Commit and Push changes to main branch
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add docs/CV.pdf
git add CV.pdf
git commit -m "Update CV.pdf"
git push origin main

0 comments on commit b175a5e

Please sign in to comment.