Skip to content

Update resume πŸš€ #3

Update resume πŸš€

Update resume πŸš€ #3

name: Update Resume
run-name: Update resume πŸš€
on:
push:
branches:
- main
jobs:
update_resume:
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install poppler-utils
- uses: actions/checkout@v4
- run: python createImage.py
- run: |
git config --global user.email "[email protected]"
git config --global user.name "sonnguyenHT"
git add .
git commit -m "Update resume"
git push origin main