From debd1714c9d6c8e19630de8e1a6c28cd64be6169 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 7 Oct 2024 00:53:30 -0400 Subject: [PATCH] Update docs author Signed-off-by: Brian Warner --- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index 13e877b..9b671db 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 brian@bdwarner.com git add docs git commit -s -m "Rebuild the documentation" || exit 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 74ca3d0..ab6dd23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 brian@bdwarner.com git add docs git commit -m "Rebuild the documentation" || exit 0