Skip to content

Commit

Permalink
Another fix to the doxygen documentation workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasnoble authored Jan 12, 2025
1 parent ab873bf commit 285eec3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/chores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ jobs:
git rm -rf .
mv /tmp/html/* .
git add .
git config --global user.email "[email protected]."
git config --global user.name 'Nicolas "Pixel" Noble'
git commit -m "Documentation."
- name: Pushing documentation
env:
Expand Down

0 comments on commit 285eec3

Please sign in to comment.