File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -69,30 +69,18 @@ jobs:
69
69
with :
70
70
add-pdf-html-docs-as-assets : true
71
71
72
- package :
73
- name : Package library
74
- needs : [docs-build, smoke-tests]
75
- runs-on : ubuntu-latest
76
- steps :
77
- - name : Build library source and wheel artifacts
78
- uses : ansys/actions/build-library@v6
79
- with :
80
- library-name : ${{ env.PACKAGE_NAME }}
81
- python-version : ${{ env.MAIN_PYTHON_VERSION }}
82
-
83
72
upload_dev_docs :
84
73
name : Upload dev documentation
85
74
if : github.ref == 'refs/heads/main'
86
75
runs-on : ubuntu-latest
87
- needs : [package ]
76
+ needs : [docs-build ]
88
77
steps :
89
78
- name : Deploy the latest documentation
90
79
uses : ansys/actions/doc-deploy-dev@v6
91
80
with :
92
81
cname : ${{ env.DOCUMENTATION_CNAME }}
93
82
token : ${{ secrets.GITHUB_TOKEN }}
94
83
95
-
96
84
tests :
97
85
name : " Tests"
98
86
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments