Skip to content

Commit 50476c0

Browse files
committed
chore: CI- enable Documentation Style Check with version 10, change Documentation to use version 10
1 parent 6f733c0 commit 50476c0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/ci_cd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
with:
2929
python-version: ${{ env.MAIN_PYTHON_VERSION }}
3030

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"
4040

4141
smoke-tests:
4242
name: Build and Smoke tests
@@ -114,11 +114,11 @@ jobs:
114114

115115
docs:
116116
name: Documentation
117-
# needs: [ docs-style ]
117+
needs: [ docs-style ]
118118
runs-on: ubuntu-latest
119119
steps:
120120
- name: Run documentation building action
121-
uses: ansys/actions/doc-build@v7
121+
uses: ansys/actions/doc-build@v10
122122
with:
123123
python-version: ${{ env.MAIN_PYTHON_VERSION }}
124124

0 commit comments

Comments
 (0)