Update config.yml

This commit is contained in:
Julien Eluard 2019-03-19 12:06:37 +01:00 committed by GitHub
parent ab6be3cdad
commit bf770ba1ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ jobs:
at: .
- run:
name: Install and configure dependencies
command: sudo npm install -g gh-pages@2.0.1 && git config user.email "ozdemirsercan27@gmail.com" && git config user.name "rsercano"
command: sudo npm install -g gh-pages@2.0.1 && git config user.email "julien@status.im" && git config user.name "jeluard"
- add_ssh_keys:
fingerprints:
- "5f:76:ee:7a:54:c7:83:b6:89:cc:ff:cc:5f:77:eb:d2"
- "88:41:2a:73:d4:c5:f2:4a:35:89:7e:0a:56:83:45:1e"
- run:
name: Deploy docs to gh-pages branch
command: gh-pages --dotfiles --message "Auto generated commit" --dist storybook-static