diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 83bdd0fe0..bf589e5d8 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -24,7 +24,6 @@ permissions: jobs: - # TODO: Uncomment when ansys/actions/doc-style@v5 works with single back ticks doc-style: name: "Check documentation style" runs-on: ubuntu-latest @@ -33,7 +32,6 @@ jobs: uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} - vale-config: "doc/.vale.ini" doc-build: name: "Build project documentation" diff --git a/doc/source/content-writing/content-how-tos/work-around-Vale.rst b/doc/source/content-writing/content-how-tos/work-around-Vale.rst index 2caab4dc4..e9b04a7ec 100644 --- a/doc/source/content-writing/content-how-tos/work-around-Vale.rst +++ b/doc/source/content-writing/content-how-tos/work-around-Vale.rst @@ -143,7 +143,7 @@ version 3.4.1:: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v4 + uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} vale-version: "3.4.1"