Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55c5bb + bb14422 commit a74ee49Copy full SHA for a74ee49
.circleci/config.yml
@@ -1,6 +1,6 @@
1
# Circle CI configuration file
2
# https://circleci.com/docs/
3
-
+---
4
version: 2.1
5
6
@@ -199,6 +199,12 @@ commands:
199
- store_artifacts:
200
path: doc/build/sphinx-gallery-files.tar.gz
201
202
+ deploy-docs:
203
+ steps:
204
+ - run:
205
+ name: "Deploy new docs"
206
+ command: ./.circleci/deploy-docs.sh
207
+
208
209
##########################################
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
246
247
#########################################
248
# Defining workflows gets us parallelism.
0 commit comments