We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11db956 commit fe29f40Copy full SHA for fe29f40
.github/workflows/notebook.yml
@@ -35,3 +35,14 @@ jobs:
35
36
- name: Generate PDF Notebook
37
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
46
+ git add .
47
+ git commit -m "Update generated notebook" || true
48
+ git push
0 commit comments