Skip to content

Commit

Permalink
email & name for git
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Sep 4, 2024
1 parent 0d1012a commit 157a414
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
rm -rf docs
mv /tmp/_build docs
git add docs
git config --global user.email "[email protected]"
git config --global user.name "github-action-deploy-python-docs"
git commit -m 'update docs'
git push

0 comments on commit 157a414

Please sign in to comment.