Skip to content

Commit

Permalink
pydoc
Browse files Browse the repository at this point in the history
  • Loading branch information
MKS2345 committed Oct 23, 2024
1 parent 12b6fc7 commit f87c794
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f87c794

Please sign in to comment.