File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
33jobs :
44 python3 :
55 docker :
6- - image : cimg/python:3.9
6+ - image : cimg/python:3.10
77 environment :
88 - MINICONDA_PATH : ~/miniconda
99 - CONDA_ENV_NAME : testenv
2424 path : ~/log.txt
2525 destination : log.txt
2626 # Persists generated documentation so that it can be attached and deployed
27- # in the 'deploy ' step.
27+ # in the 'run ' step.
2828 - persist_to_workspace :
2929 root : doc/_build/html
3030 paths : .
3333 paths :
3434 - /home/circleci/skrub_data
3535
36- deploy :
36+ run :
3737 docker :
38- - image : cimg/python:3.9
38+ - image : cimg/python:3.10
3939 steps :
4040 - checkout
4141 - run : ./build_tools/circle/checkout_merge_commit.sh
@@ -44,17 +44,17 @@ jobs:
4444 - attach_workspace :
4545 at : doc/_build/html
4646 - run : ls -ltrh doc/_build/html
47- - deploy :
47+ - run :
4848 command : |
4949 if [[ "${CIRCLE_BRANCH}" =~ ^main$|^[0-9]+\.[0-9]+\.X$ ]]; then
5050 bash build_tools/circle/push_doc.sh doc/_build/html
5151 fi
5252
5353workflows :
54- version : 2
54+ version : 2.1
5555 build-doc-and-deploy :
5656 jobs :
5757 - python3
58- - deploy :
58+ - run :
5959 requires :
6060 - python3
You can’t perform that action at this time.
0 commit comments