Skip to content

Commit 60d822b

Browse files
committed
ENH: Move doc building, save artifacts
1 parent e5be9ac commit 60d822b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.circleci/config.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,6 @@ jobs:
166166
no_output_timeout: 30m
167167
environment: *test_environment
168168
command: bash -ux /home/circleci/nipype/.circleci/test_py2_pytest.sh
169-
- run:
170-
name: Build docs (py36)
171-
no_output_timeout: 30m
172-
environment: *test_environment
173-
command: bash -ux /home/circleci/nipype/.circleci/test_py3_docs.sh
174169
- run: *_run_codecov
175170
- store_artifacts: *store_artifacts_kwds
176171

@@ -268,6 +263,13 @@ jobs:
268263
command: bash -ux /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
269264
- run: *_run_codecov
270265
- store_artifacts: *store_artifacts_kwds
266+
- run:
267+
name: Build docs (py36)
268+
no_output_timeout: 30m
269+
environment: *test_environment
270+
command: bash -ux /home/circleci/nipype/.circleci/test_py3_docs.sh
271+
- store_artifacts:
272+
path: /home/circleci/work/docs
271273
- run:
272274
name: Save Docker images to workspace
273275
no_output_timeout: 60m

0 commit comments

Comments
 (0)