From 0c1f0d4460ff06bce1e8144d2a32af44cb444827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Wed, 13 Jun 2018 19:44:21 +0200 Subject: [PATCH] MNT some fixes for CircleCI v2 (#393) * use checkout in the deploy step * tweaks to workspace persist/attach --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6315c6aef..4648ee9a1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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