diff --git a/.circleci/config.yml b/.circleci/config.yml index e8e25f08b..802af7c1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -82,6 +82,8 @@ jobs: command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config + - run: git config --global user.email "gh-pages@localhost" + - run: git config --global user.name "npm gh-pages" - run: name: Generate Docs command: yarn run staticDeploy