File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
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
- version : 2
4
+ version : 2.1
5
5
6
6
7
7
# ##########################################
@@ -115,10 +115,6 @@ jobs:
115
115
- store_artifacts :
116
116
path : doc/build/html
117
117
118
- - run :
119
- name : " Built documentation is available at:"
120
- command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
121
-
122
118
docs-python37 :
123
119
docker :
124
120
- image : circleci/python:3.7
@@ -141,10 +137,6 @@ jobs:
141
137
- store_artifacts :
142
138
path : doc/build/html
143
139
144
- - run :
145
- name : " Built documentation is available at:"
146
- command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
147
-
148
140
docs-python38 :
149
141
docker :
150
142
- image : circleci/python:3.8
@@ -167,10 +159,6 @@ jobs:
167
159
- store_artifacts :
168
160
path : doc/build/html
169
161
170
- - run :
171
- name : " Built documentation is available at:"
172
- command : echo "${CIRCLE_BUILD_URL}/artifacts/${CIRCLE_NODE_INDEX}/${CIRCLE_WORKING_DIRECTORY/#\~/$HOME}/doc/build/html/index.html"
173
-
174
162
9CA5
- add_ssh_keys :
175
163
fingerprints :
176
164
- " 78:13:59:08:61:a9:e5:09:af:df:3a:d8:89:c2:84:c0"
Original file line number Diff line number Diff line change
1
+ on : [status]
2
+ jobs :
3
+ circleci_artifacts_redirector_job :
4
+ runs-on : ubuntu-latest
5
+ name : Run CircleCI artifacts redirector
6
+ steps :
7
+ - name : GitHub Action step
8
+ uses : larsoner/circleci-artifacts-redirector-action@master
9
+ with :
10
+ repo-token : ${{ secrets.GITHUB_TOKEN }}
11
+ artifact-path : 0/doc/build/html/index.html
12
+ circleci-jobs : docs-python36,docs-python37,docs-python38
You can’t perform that action at this time.
0 commit comments