This repository was archived by the owner on Jun 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,10 @@ aliases:
1111 name : Yarn test
1212 command : yarn test
1313 - &github_pages
14- name : Deploy GitHub pages
14+ name : Deploy GitHub pages to gh-pages branch
1515 command : |
1616 yarn docs
17- git config user.email "${GITHUB_EMAIL}"
18- git config user.name "${GITHUB_USER}"
19- yarn gh-pages --dist docs
17+ yarn gh-pages --dotfiles --message "[skip ci] Update Docs" --dist docs
2018
2119version : 2
2220jobs :
6765 - attach_workspace :
6866 # Must be absolute path or relative path from working_directory
6967 at : ~/paperspace-node
68+ - run :
69+ name : Configure dependencies
70+ command : |
71+ git config user.email "${GITHUB_EMAIL}"
72+ git config user.name "${GITHUB_USER}"
73+ - add_ssh_keys :
74+ fingerprints : " ec:de:55:ff:b2:71:24:10:d5:52:1f:72:12:e5:1c:a6"
7075 - run : *install
7176 - run : *github_pages
7277
Original file line number Diff line number Diff line change 1- # Paperspace API (v0.1.16-rc3 )
1+ # Paperspace API (v0.1.16-rc4 )
22
33![ image] ( https://user-images.githubusercontent.com/585865/27562775-26b8acc6-5a9c-11e7-8270-2b80ca895bc5.png )
44
Original file line number Diff line number Diff line change 11{
22 "name" : " paperspace-node" ,
3- "version" : " 0.1.16-rc3 " ,
3+ "version" : " 0.1.16-rc4 " ,
44 "description" : " Paperspace API for node" ,
55 "main" : " index.js" ,
66 "repository" : " https://github.com/Paperspace/paperspace-node" ,
You can’t perform that action at this time.
0 commit comments