From f87c7949dc95ce2c12e34426537f89bd05ed0ad0 Mon Sep 17 00:00:00 2001 From: Matthew Spratlin Date: Wed, 23 Oct 2024 09:36:28 -0600 Subject: [PATCH] pydoc --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 117c15a..6cb639c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,8 +81,8 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.DOCS_REPO_ACCESS_TOKEN }} # Use your PAT run: | - git config --global user.email "github-actions[bot]@users.noreply.github.com" - git config --global user.name "GitHub Actions Bot" + git config --global user.email "monarchhsrobotics@gmail.com" + git config --global user.name "Monarch Robotics - GitHub Actions" git clone https://github.com/YOUR_USERNAME/EXTERNAL_REPO.git external-repo rm -rf external-repo/docs cp -r docs/ external-repo/docs