Skip to content

Commit

Permalink
Update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-intel authored Nov 5, 2024
1 parent baa3ffc commit d3dbb8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
- name: Build and Deploy Documentation
run: |
# Configure git with the name and email of the GitHub Actions bot
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git config --global user.name "GitHub Actions"
git config --global user.email "actions@github.com"
# Build the Doxygen versioned documentation
make doxygen VERSION="${{ env.VERSION }}"
Expand Down

0 comments on commit d3dbb8d

Please sign in to comment.