Skip to content

Commit 3dc74aa

Browse files
git config
1 parent e16c57c commit 3dc74aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
- "venv"
4747
- run:
4848
command: |
49+
git config --local user.email "sysadmin@binary.com"
50+
git config --local user.name "gh-pages deploy bot"
4951
make gh-pages
5052
workflows:
5153
version: 2

0 commit comments

Comments
 (0)