Try stubbed git user info

This commit is contained in:
dannyrb 2019-05-16 00:37:12 -04:00
parent 39112c211d
commit 1c0b064d9b

View File

@ -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