Skip to content

Commit

Permalink
MNT some fixes for CircleCI v2 (#393)
Browse files Browse the repository at this point in the history
* use checkout in the deploy step
* tweaks to workspace persist/attach
  • Loading branch information
lesteve committed Jun 13, 2018
1 parent 136e9de commit 0c1f0d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -60,16 +60,16 @@ jobs:
destination: latex

- persist_to_workspace:
root: .
paths:
- rtd_html
root: rtd_html
paths: .

deploy_docs:
docker:
- image: circleci/python:3.6-stretch
steps:
- checkout
- attach_workspace:
at: rtd_hmtl
at: rtd_html
- run: ./docs_deploy.sh rtd_html


Expand Down

0 comments on commit 0c1f0d4

Please sign in to comment.