Skip to content

Commit 285eec3

Browse files
authored
Another fix to the doxygen documentation workflow.
1 parent ab873bf commit 285eec3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/chores.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
git rm -rf .
100100
mv /tmp/html/* .
101101
git add .
102+
git config --global user.email "pixel@nobis-crew.org."
103+
git config --global user.name 'Nicolas "Pixel" Noble'
102104
git commit -m "Documentation."
103105
- name: Pushing documentation
104106
env:

0 commit comments

Comments
 (0)