File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Circle CI configuration file
2
2
# https://circleci.com/docs/
3
-
3
+ ---
4
4
version : 2.1
5
5
6
6
@@ -197,6 +197,12 @@ commands:
197
197
- store_artifacts :
198
198
path : doc/build/sphinx-gallery-files.tar.gz
199
199
200
+ deploy-docs :
201
+ steps :
202
+ - run :
203
+ name : " Deploy new docs"
204
+ command : ./.circleci/deploy-docs.sh
205
+
200
206
201
207
# #########################################
202
208
# Here is where the real jobs are defined.
@@ -234,9 +240,7 @@ jobs:
234
240
fingerprints :
235
241
- " be:c3:c1:d8:fb:a1:0e:37:71:72:d7:a3:40:13:8f:14"
236
242
237
- - deploy :
238
- name : " Deploy new docs"
239
- command : ./.circleci/deploy-docs.sh
243
+ - deploy-docs
240
244
241
245
# ########################################
242
246
# Defining workflows gets us parallelism.
You can’t perform that action at this time.
0 commit comments