File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
with :
29
29
python-version : ${{ env.MAIN_PYTHON_VERSION }}
30
30
31
- # docs-style:
32
- # name: Documentation Style Check
33
- # runs-on: ubuntu-latest
34
- # steps:
35
- # - name: PyAnsys documentation style checks
36
- # uses: ansys/actions/doc-style@v7
37
- # with:
38
- # token: ${{ secrets.GITHUB_TOKEN }}
39
- # vale-version: "3.4.1"
31
+ docs-style :
32
+ name : Documentation Style Check
33
+ runs-on : ubuntu-latest
34
+ steps :
35
+ - name : PyAnsys documentation style checks
36
+ uses : ansys/actions/doc-style@v10
37
+ with :
38
+ token : ${{ secrets.GITHUB_TOKEN }}
39
+ vale-version : " 3.4.1"
40
40
41
41
smoke-tests :
42
42
name : Build and Smoke tests
@@ -114,11 +114,11 @@ jobs:
114
114
115
115
docs :
116
116
name : Documentation
117
- # needs: [ docs-style ]
117
+ needs : [ docs-style ]
118
118
runs-on : ubuntu-latest
119
119
steps :
120
120
- name : Run documentation building action
121
- uses : ansys/actions/doc-build@v7
121
+ uses : ansys/actions/doc-build@v10
122
122
with :
123
123
python-version : ${{ env.MAIN_PYTHON_VERSION }}
124
124
You can’t perform that action at this time.
0 commit comments