Skip to content

Commit

Permalink
Adds generated xml to the docs branch. (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
abaire authored Feb 10, 2025
1 parent 6a05e69 commit f417ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
run: |
git add docs/*
git add xml/*
git config --local user.email "$GITHUB_ACTOR+github-actions@users.noreply.github.com"
git config --local user.name "$GITHUB_ACTOR via action"
git commit -m "Update Doxygen documentation" || echo "No changes to commit"
Expand Down

0 comments on commit f417ac9

Please sign in to comment.