Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit dc47c84

Browse files
authored
Release v0.1.16 rc4 (#43)
* fix(CircleCi): ensure build has access * docs(README): update version * v0.1.16-rc4
1 parent 040d233 commit dc47c84

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

.circleci/config.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff 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
2119
version: 2
2220
jobs:
@@ -67,6 +65,13 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)