File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 66envs /
77lib /
88Untitled * . *
9- libdoc /
109* .html
11- dist /
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ commands:
5959 env_spec : win_rfjl37
6060
6161 docs :
62- unix : sphinx-build -M html docs dist /docs
62+ unix : sphinx-build -M html docs _artifacts /docs
6363 env_spec : rfjl37
6464
6565env_specs :
Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ steps:
2020 - script : python -m scripts.atest
2121 displayName : Test
2222
23+ - ${{ if eq(parameters.name, 'Linux') }} :
24+ - script : sphinx-build -M html docs _artifacts/docs
25+ displayName : Build Docs
26+ - task : PublishBuildArtifacts@1
27+ displayName : Publish Docs
28+ inputs :
29+ PathtoPublish : _artifacts/docs/html
30+ ArtifactName : ${{ parameters.name }} tests
31+ condition : always()
32+
2333 - task : PublishTestResults@2
2434 displayName : Publish Test Results
2535 inputs :
You can’t perform that action at this time.
0 commit comments