Skip to content

Commit

Permalink
Try resolve GH-pages deploy issues (#155)
Browse files Browse the repository at this point in the history
* Resolve issue with RFC deploys
  • Loading branch information
CjS77 committed Mar 11, 2019
1 parent 38170ea commit 6e2b1ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

deploy-docs:
docker:
- image: node:8.10.0
- image: node:9.11.1
steps:
- checkout
- attach_workspace:
Expand All @@ -38,8 +38,8 @@ jobs:
- run:
name: Deploy docs to gh-pages branch
command: |
gh-pages --dotfiles --message "[skip ci] Update RFC docs" --dist ./book --dest .
cd book
NODE_DEBUG=gh-pages gh-pages --dotfiles --message "[skip ci] Update RFC docs" --dist . --dest .
test-tari:
docker:
- image: *rust_image
Expand Down

0 comments on commit 6e2b1ce

Please sign in to comment.