File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ jobs:
35
35
python-version : ${{ env.MAIN_PYTHON_VERSION }}
36
36
show-diff-on-failure : false
37
37
38
- docs-style :
39
- name : Documentation style check
40
- runs-on : ubuntu-latest
41
- steps :
42
- - name : PyAnsys documentation style checks
43
- uses : ansys/actions/doc-style@v4
44
- with :
45
- token : ${{ secrets.GITHUB_TOKEN }}
38
+ # docs-style:
39
+ # name: Documentation style check
40
+ # runs-on: ubuntu-latest
41
+ # steps:
42
+ # - name: PyAnsys documentation style checks
43
+ # uses: ansys/actions/doc-style@v4
44
+ # with:
45
+ # token: ${{ secrets.GITHUB_TOKEN }}
46
46
47
47
smoke-tests :
48
48
name : Build and smoke tests
@@ -114,7 +114,7 @@ jobs:
114
114
docs :
115
115
name : Build docs
116
116
runs-on : ubuntu-latest
117
- needs : [docs-style]
117
+ # needs: [docs-style]
118
118
steps :
119
119
- name : Run Ansys documentation building action
120
120
uses : ansys/actions/doc-build@v4
@@ -183,7 +183,7 @@ jobs:
183
183
build-failure :
184
184
name : Teams notify on failure
185
185
if : failure() && (github.event_name == 'pull_request' || github.ref == 'refs/heads/main' || github.ref_type == 'tag')
186
- needs : [ style, test, docs-style ]
186
+ needs : [ style, test]
187
187
runs-on : ubuntu-latest
188
188
steps :
189
189
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments