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
@@ -199,6 +199,12 @@ commands:
199
199
- store_artifacts :
200
200
path : doc/build/sphinx-gallery-files.tar.gz
201
201
202
+ deploy-docs :
203
+ steps :
204
+ - run :
205
+ name : " Deploy new docs"
206
+ command : ./.circleci/deploy-docs.sh
207
+
202
208
203
209
# #########################################
204
210
# Here is where the real jobs are defined.
@@ -236,9 +242,7 @@ jobs:
236
242
fingerprints :
237
243
- " be:c3:c1:d8:fb:a1:0e:37:71:72:d7:a3:40:13:8f:14"
238
244
239
- - deploy :
240
- name : " Deploy new docs"
241
- command : ./.circleci/deploy-docs.sh
245
+ - deploy-docs
242
246
243
247
# ########################################
244
248
# Defining workflows gets us parallelism.
You can’t perform that action at this time.
0 commit comments