Skip to content

Commit

Permalink
Update docs author
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Warner <[email protected]>
  • Loading branch information
brianwarner committed Oct 7, 2024
1 parent 2644a3c commit debd171
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
sphinx-build -b html docsrc docs -E -d "docsrc/_doctrees"
- name: Commit and push the new documentation
run: |
git config user.name "Brian Warner (autocommit)"
git config user.name "Brian Warner"
git config user.email [email protected]
git add docs
git commit -s -m "Rebuild the documentation" || exit 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Commit and push the new documentation
if: steps.verify_diff.outputs.changed == 'true'
run: |
git config user.name "Brian Warner (autocommit)"
git config user.name "Brian Warner"
git config user.email [email protected]
git add docs
git commit -m "Rebuild the documentation" || exit 0
Expand Down

0 comments on commit debd171

Please sign in to comment.