Skip to content

Commit

Permalink
Merge pull request #27636 from meeseeksmachine/auto-backport-of-pr-27…
Browse files Browse the repository at this point in the history
…634-on-v3.8.x

Backport PR #27634 on branch v3.8.x (circle: Make deploy stage into a normal step)
  • Loading branch information
ksunden committed Jan 11, 2024
2 parents a78c00d + f189a34 commit 48dbe26
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Circle CI configuration file
# https://circleci.com/docs/

---
version: 2.1


Expand Down Expand Up @@ -197,6 +197,12 @@ commands:
- store_artifacts:
path: doc/build/sphinx-gallery-files.tar.gz

deploy-docs:
steps:
- run:
name: "Deploy new docs"
command: ./.circleci/deploy-docs.sh


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

- deploy:
name: "Deploy new docs"
command: ./.circleci/deploy-docs.sh
- deploy-docs

#########################################
# Defining workflows gets us parallelism.
Expand Down

0 comments on commit 48dbe26

Please sign in to comment.