Update config.yml
This commit is contained in:
parent
ab6be3cdad
commit
bf770ba1ca
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue