8000 Merge pull request #27636 from meeseeksmachine/auto-backport-of-pr-27… · matplotlib/matplotlib@48dbe26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48dbe26

Browse files
authored
Merge pull request #27636 from meeseeksmachine/auto-backport-of-pr-27634-on-v3.8.x
Backport PR #27634 on branch v3.8.x (circle: Make deploy stage into a normal step)
2 parents a78c00d + f189a34 commit 48dbe26

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Circle CI configuration file
22
# https://circleci.com/docs/
3-
3+
---
44
version: 2.1
55

66

@@ -197,6 +197,12 @@ commands:
197197
- store_artifacts:
198198
path: doc/build/sphinx-gallery-files.tar.gz
199199

200+
deploy-docs:
201+
steps:
202+
- run:
203+
name: "Deploy new docs"
204+
command: ./.circleci/deploy-docs.sh
205+
200206

201207
##########################################
202208
# Here is where the real jobs are defined.
@@ -234,9 +240,7 @@ jobs:
234240
fingerprints:
235241
- "be:c3:c1:d8:fb:a1:0e:37:71:72:d7:a3:40:13:8f:14"
236242

237-
- deploy:
238-
name: "Deploy new docs"
239-
command: ./.circleci/deploy-docs.sh
243+
- deploy-docs
240244

241245
#########################################
242246
# Defining workflows gets us parallelism.

0 commit comments

Comments
 (0)
0