Attempt #3 on Doxygen Action

This commit is contained in:
Josh Stewart 2021-10-21 16:32:17 +11:00
parent 6fecd7a414
commit bc68e6b8ee
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ jobs:
- name: Setup git config
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config --global user.name "GitHub Actions Bot"
git config --global user.email "<>"
- name: Commit Doxygen HTML
if: github.event_name != 'pull_request'