Skip to content

Commit fe29f40

Browse files
author
mc-cari
committedMay 25, 2024
Add git config
1 parent 11db956 commit fe29f40

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/notebook.yml

+11
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,14 @@ jobs:
3535

3636
- name: Generate PDF Notebook
3737
run: notebook-generator ./Notebook --author "Mauricio Cari Leal" --size 9 --image ./.Assets/UC-Logo
38+
39+
- name: Configure Git
40+
run: |
41+
git config --global user.name 'github-actions[bot]'
42+
git config --global user.email 'github-actions[bot]@mc-cari.github.io'
43+
44+
- name: Commit and Push Changes
45+
run: |
46+
git add .
47+
git commit -m "Update generated notebook" || true
48+
git push

0 commit comments

Comments
 (0)