Skip to content

Commit 7affa11

Browse files
Build(deps): Bump ansys/actions from 5 to 6 (#269)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
1 parent bfa6159 commit 7affa11

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

.github/workflows/ci_cd.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: "Documentation style"
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: ansys/actions/doc-style@v5
26+
- uses: ansys/actions/doc-style@v6
2727
with:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929

@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup headless display
4646
uses: pyvista/setup-headless-display-action@v2
4747

48-
- uses: ansys/actions/tests-pytest@v5
48+
- uses: ansys/actions/tests-pytest@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -55,7 +55,7 @@ jobs:
5555
needs: [doc-style]
5656
steps:
5757
- name: Build project documentation
58-
uses: ansys/actions/doc-build@v5
58+
uses: ansys/actions/doc-build@v6
5959
with:
6060
python-version: ${{ env.MAIN_PYTHON_VERSION }}
6161
dependencies: "libegl1"
@@ -66,7 +66,7 @@ jobs:
6666
needs: [doc-build]
6767
if: github.ref == 'refs/heads/main'
6868
steps:
69-
- uses: ansys/actions/doc-deploy-dev@v5
69+
- uses: ansys/actions/doc-deploy-dev@v6
7070
with:
7171
cname: ${{ env.DOCUMENTATION_CNAME }}
7272
token: ${{ secrets.GITHUB_TOKEN }}
@@ -482,7 +482,7 @@ jobs:
482482
needs: [release, doc-build]
483483
steps:
484484
- name: Deploy the stable documentation
485-
uses: ansys/actions/doc-deploy-stable@v5
485+
uses: ansys/actions/doc-deploy-stable@v6
486486
with:
487487
cname: ${{ env.DOCUMENTATION_CNAME }}
488488
token: ${{ secrets.GITHUB_TOKEN }}

doc/.vale.ini

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Vocab = ANSYS
2626

2727
# Apply the following styles
2828
BasedOnStyles = Vale, Google
29+
Vale.Terms = NO

doc/styles/.gitignore

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
*
2-
!Vocab
3-
!Vocab/**
2+
!config
3+
!config/vocabularies
4+
!config/vocabularies/ANSYS
5+
!config/vocabularies/ANSYS/**
46
!.gitignore

0 commit comments

Comments
 (0)