Merge pull request #436 from dannyrb/fix/docs-deploy

Try stubbed git user info
This commit is contained in:
Danny Brown 2019-05-16 00:38:13 -04:00 committed by GitHub
commit c9db6e2a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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