Add name for CircleCI commits
This commit is contained in:
		| @@ -88,6 +88,9 @@ jobs: | ||||
|       - image: circleci/python:3.7 | ||||
|     steps: | ||||
|       - checkout | ||||
|       - run: | ||||
|           name: "Set Git name for commits" | ||||
|           command: git config --global user.name "CircleCI" | ||||
|       - run: | ||||
|           name: "Install Mkdocs and Material theme" | ||||
|           command: | | ||||
|   | ||||
		Reference in New Issue
	
	Block a user