File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -194,12 +194,6 @@ jobs:
194
194
with :
195
195
name : wheel-${{ github.run_id }}-${{ github.sha }}
196
196
path : ./dist/
197
- - name : Upload Doxygen-generated docs as CI artifacts
198
- uses : actions/upload-artifact@v3
199
- if : ${{ matrix.os == 'ubuntu-20.04' && matrix.python_version == '3.11' }} # making sure we only upload once
200
- with :
201
- name : docs-${{ github.run_id }}-${{ github.sha }}
202
- path : ./build/docs/html/
203
197
- name : Set cores to get stored in /cores
204
198
if : ${{ matrix.os != 'windows-2019' }}
205
199
# TODO (Caleb Aikens) figure out how to get Windows core dumps
@@ -264,6 +258,11 @@ jobs:
264
258
with :
265
259
name : wheel-${{ github.run_id }}-${{ github.sha }}
266
260
path : ./dist/
261
+ - name : Upload Doxygen-generated docs as CI artifacts
262
+ uses : actions/upload-artifact@v3
263
+ with :
264
+ name : docs-${{ github.run_id }}-${{ github.sha }}
265
+ path : ./build/docs/html/
267
266
publish :
268
267
needs : [build-and-test, sdist]
269
268
runs-on : ubuntu-20.04
You can’t perform that action at this time.
0 commit comments