diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index b352000..1ac75f9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -65,7 +65,7 @@ jobs: name: "Documentation style" runs-on: ubuntu-latest steps: - - uses: ansys/actions/doc-style@v5 + - uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -74,7 +74,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build project documentation" - uses: ansys/actions/doc-build@v5 + uses: ansys/actions/doc-build@v6 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} use-python-cache: false @@ -204,7 +204,7 @@ jobs: needs: [doc-api-reference] steps: - name: Deploy the latest documentation - uses: ansys/actions/doc-deploy-dev@v5 + uses: ansys/actions/doc-deploy-dev@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -217,7 +217,7 @@ jobs: needs: [release] steps: - name: Deploy the stable documentation - uses: ansys/actions/doc-deploy-stable@v5 + uses: ansys/actions/doc-deploy-stable@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} diff --git a/doc/.vale.ini b/doc/.vale.ini index 4f0b670..cda2234 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -26,3 +26,4 @@ Vocab = ANSYS # Apply the following styles BasedOnStyles = Vale, Google +Vale.Terms = NO diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 72177bc..e535edf 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,4 +1,4 @@ * -!Vocab -!Vocab/** +!config +!config/** !.gitignore diff --git a/doc/styles/Vocab/ANSYS/accept.txt b/doc/styles/config/vocabularies/ANSYS/accept.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/accept.txt rename to doc/styles/config/vocabularies/ANSYS/accept.txt diff --git a/doc/styles/Vocab/ANSYS/reject.txt b/doc/styles/config/vocabularies/ANSYS/reject.txt similarity index 100% rename from doc/styles/Vocab/ANSYS/reject.txt rename to doc/styles/config/vocabularies/ANSYS/reject.txt