Merge pull request #436 from dannyrb/fix/docs-deploy
Try stubbed git user info
This commit is contained in:
commit
c9db6e2a26
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user