Skip to content

Commit

Permalink
Update latex.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nsswifter authored Dec 6, 2024
1 parent 4c6df4e commit b11f49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git add CV.pdf
git commit -m "Update CV.pdf"
git fetch origin
git merge origin/update-cv --no-ff -m "Merge remote-tracking branch 'origin/update-cv'"
git merge origin/update-cv --no-ff --allow-unrelated-histories -m "Merge remote-tracking branch 'origin/update-cv'"
git checkout --theirs CV.pdf
git add CV.pdf
git add .github/workflows/latex.yml
Expand All @@ -50,4 +50,4 @@ jobs:
"base": "main", # The branch you're merging into
"body": "Automated PR to update CV"
}' \
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls
https://api.github.com/repos/nsswifter/AcademicApplicationDocuments/pulls

0 comments on commit b11f49d

Please sign in to comment.