Skip to content

Commit d0b2c18

Browse files
committed
feat: add action
1 parent c9c8a35 commit d0b2c18

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cv-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ jobs:
3535
make clean
3636
make cv
3737
38+
- name: Commit CV
39+
run: |
40+
git config --global user.name 'GitHub Actions'
41+
git config --global user.email 'github-actions@github.com'
42+
git add docs/assets/cv.pdf
43+
git commit -m "Update CV" || exit 0
44+
git push
45+
3846
- name: Build Jekyll site
3947
run: |
4048
cd docs

0 commit comments

Comments
 (0)