From 92d033a646c88cd9032a3558d28b1a50b954450b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:24:29 -0300 Subject: [PATCH] Bump ansys/actions from 5 to 6 (#54) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor T. Ghisi Co-authored-by: Augusto Finger Pacheco <44980634+fingeraugusto@users.noreply.github.com> Co-authored-by: Augusto Pacheco --- .github/workflows/ci_cd.yml | 14 +++++++------- doc/.vale.ini | 1 + doc/styles/.gitignore | 4 ++-- .../vocabularies}/ANSYS/accept.txt | 0 .../vocabularies}/ANSYS/reject.txt | 0 5 files changed, 10 insertions(+), 9 deletions(-) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/accept.txt (100%) rename doc/styles/{Vocab => config/vocabularies}/ANSYS/reject.txt (100%) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 06d2351c..13fd7ff4 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v5 + uses: ansys/actions/doc-style@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -42,7 +42,7 @@ jobs: os: macos-latest steps: - name: Build wheelhouse and perform smoke test - uses: ansys/actions/build-wheelhouse@v5 + uses: ansys/actions/build-wheelhouse@v6 with: library-name: ${{ env.LIBRARY_NAME }} operating-system: ${{ matrix.os }} @@ -141,7 +141,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Build library source and wheel artifacts - uses: ansys/actions/build-library@v5 + uses: ansys/actions/build-library@v6 with: library-name: ${{ env.LIBRARY_NAME }} python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -154,14 +154,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Release to the public PyPI repository - uses: ansys/actions/release-pypi-public@v5 + uses: ansys/actions/release-pypi-public@v6 with: library-name: ${{ env.LIBRARY_NAME }} twine-username: "__token__" twine-token: ${{ secrets.PYPI_TOKEN }} - name: Release to GitHub - uses: ansys/actions/release-github@v5 + uses: ansys/actions/release-github@v6 with: library-name: ${{ env.LIBRARY_NAME }} @@ -172,7 +172,7 @@ jobs: runs-on: ubuntu-latest needs: docs_build steps: - - uses: ansys/actions/doc-deploy-dev@v5 + - uses: ansys/actions/doc-deploy-dev@v6 with: cname: ${{ env.DOCUMENTATION_CNAME }} token: ${{ secrets.GITHUB_TOKEN }} @@ -184,7 +184,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 15d55933..a241b5df 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -24,5 +24,6 @@ Vocab = ANSYS [*.{md,rst}] BasedOnStyles = Vale, Google +Vale.Terms = NO Google.Colons = NO Google.Heading = NO \ No newline at end of file diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 080f12aa..62d72f2c 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,4 +1,4 @@ * -!Vocab -!Vocab/** +!config +!config/** !.gitignore \ No newline at end of file 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