File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments