Update config.yml
This commit is contained in:
parent
ab6be3cdad
commit
bf770ba1ca
|
@ -31,11 +31,11 @@ jobs:
|
||||||
at: .
|
at: .
|
||||||
- run:
|
- run:
|
||||||
name: Install and configure dependencies
|
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:
|
- add_ssh_keys:
|
||||||
fingerprints:
|
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:
|
- run:
|
||||||
name: Deploy docs to gh-pages branch
|
name: Deploy docs to gh-pages branch
|
||||||
command: gh-pages --dotfiles --message "Auto generated commit" --dist storybook-static
|
command: gh-pages --dotfiles --message "Auto generated commit" --dist storybook-static
|
||||||
|
|
Loading…
Reference in New Issue