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 53
53
name : Doc dev version deploy
54
54
if : ${{ github.ref == 'refs/heads/main' }}
55
55
runs-on : ubuntu-latest
56
- needs : doc- build
56
+ needs : build-library
57
57
steps :
58
58
- name : " Deploy developers documentation"
59
59
uses : pyansys/actions/doc-deploy-dev@v3
65
65
name : Doc stable version deploy
66
66
if : github.event_name == 'push' && contains(github.ref, 'refs/tags')
67
67
runs-on : ubuntu-latest
68
- needs : doc-deploy-development
68
+ needs : release
69
69
steps :
70
70
- name : " Deploy stable documentation"
71
71
uses : pyansys/actions/doc-deploy-stable@v3
77
77
build-library :
78
78
name : " Build library"
79
79
runs-on : ubuntu-latest
80
- needs : doc-deploy-stable
80
+ needs : [ doc-build, code-style]
81
81
steps :
82
82
- name : " Build library source and wheel artifacts"
83
83
uses : pyansys/actions/build-library@v3
You can’t perform that action at this time.
0 commit comments