We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c57c commit 3dc74aaCopy full SHA for 3dc74aa
.circleci/config.yml
@@ -46,6 +46,8 @@ jobs:
46
- "venv"
47
- run:
48
command: |
49
+ git config --local user.email "sysadmin@binary.com"
50
+ git config --local user.name "gh-pages deploy bot"
51
make gh-pages
52
workflows:
53
version: 2
0 commit comments