From 87a8ca7020fdcd3504e3663a2daf02df09af4d4f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:28:04 +0200 Subject: [PATCH 1/2] docs: update ansys/actions version for doc-style --- doc/source/content-writing/content-how-tos/work-around-Vale.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From d97c110cb4ab9706559239f7d41f3fc8fc4fb872 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 26 Apr 2024 08:28:46 +0200 Subject: [PATCH 2/2] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 -- 1 file changed, 2 deletions(-) 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"