File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5353 name : Doc dev version deploy
5454 if : ${{ github.ref == 'refs/heads/main' }}
5555 runs-on : ubuntu-latest
56- needs : doc- build
56+ needs : build-library
5757 steps :
5858 - name : " Deploy developers documentation"
5959 uses : pyansys/actions/doc-deploy-dev@v3
6565 name : Doc stable version deploy
6666 if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
6767 runs-on : ubuntu-latest
68- needs : doc-deploy-development
68+ needs : release
6969 steps :
7070 - name : " Deploy stable documentation"
7171 uses : pyansys/actions/doc-deploy-stable@v3
7777 build-library :
7878 name : " Build library"
7979 runs-on : ubuntu-latest
80- needs : doc-deploy-stable
80+ needs : [ doc-build, code-style]
8181 steps :
8282 - name : " Build library source and wheel artifacts"
8383 uses : pyansys/actions/build-library@v3
You can’t perform that action at this time.
0 commit comments