Skip to content

Commit d7d4563

Browse files
authored
Update doxygen.yml (#116)
1 parent cdde63e commit d7d4563

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/doxygen.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ jobs:
2727
- name: Generate Doxygen HTML
2828
run: doxygen ./Doxyfile
2929

30-
- name: Setup Git for Deployment
31-
run: |
32-
git config user.name "github-actions[bot]"
33-
git config user.email "github-actions[bot]@users.noreply.github.com"
34-
3530
- name: Clone docs branch
3631
run: |
3732
git clone --branch docs https://x-access-token:${{ secrets.USER_SECRET }}@github.com/${{ github.repository }} docs-out
@@ -44,6 +39,8 @@ jobs:
4439
- name: Commit & Push
4540
working-directory: docs-out
4641
run: |
42+
git config user.name "github-actions[bot]"
43+
git config user.email "github-actions[bot]@users.noreply.github.com"
4744
git add .
4845
git commit -m "Regenerate Doxygen docs from ${{ github.sha }}" || echo "No changes to commit"
4946
git push

0 commit comments

Comments
 (0)