From 40e9927fa70c819e8cacaecd671c7685a50e582f Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:29:27 +0200 Subject: [PATCH 1/4] Update ci_cd.yml --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 6519c3a05d..de333cd0a9 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -87,7 +87,7 @@ jobs: runs-on: ubuntu-latest steps: - name: PyAnsys documentation style checks - uses: ansys/actions/doc-style@v6 + uses: ansys/actions/doc-style@fix/vale-layout with: token: ${{ secrets.GITHUB_TOKEN }} From 2cf4ce556ce99e611e6020e589ecb72618df0c29 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot Date: Thu, 25 Apr 2024 14:30:57 +0000 Subject: [PATCH 2/4] Adding changelog entry: 1168.changed.md --- doc/changelog.d/1168.changed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1168.changed.md diff --git a/doc/changelog.d/1168.changed.md b/doc/changelog.d/1168.changed.md new file mode 100644 index 0000000000..188be5b13a --- /dev/null +++ b/doc/changelog.d/1168.changed.md @@ -0,0 +1 @@ +test: vale action change \ No newline at end of file From 578b3372d5d5c8a84947446812818c136aa9d53c Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:38:50 +0200 Subject: [PATCH 3/4] test --- doc/styles/.gitignore | 10 +++++----- .../{config/vocabularies => Vocab}/ANSYS/accept.txt | 0 .../{config/vocabularies => Vocab}/ANSYS/reject.txt | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename doc/styles/{config/vocabularies => Vocab}/ANSYS/accept.txt (100%) rename doc/styles/{config/vocabularies => Vocab}/ANSYS/reject.txt (100%) diff --git a/doc/styles/.gitignore b/doc/styles/.gitignore index 35b635bb6c..dc6b37bc2f 100644 --- a/doc/styles/.gitignore +++ b/doc/styles/.gitignore @@ -1,6 +1,6 @@ -* -!config -!config/vocabularies -!config/vocabularies/ANSYS -!config/vocabularies/ANSYS/** +# * +# !config +# !config/vocabularies +# !config/vocabularies/ANSYS +# !config/vocabularies/ANSYS/** !.gitignore diff --git a/doc/styles/config/vocabularies/ANSYS/accept.txt b/doc/styles/Vocab/ANSYS/accept.txt similarity index 100% rename from doc/styles/config/vocabularies/ANSYS/accept.txt rename to doc/styles/Vocab/ANSYS/accept.txt diff --git a/doc/styles/config/vocabularies/ANSYS/reject.txt b/doc/styles/Vocab/ANSYS/reject.txt similarity index 100% rename from doc/styles/config/vocabularies/ANSYS/reject.txt rename to doc/styles/Vocab/ANSYS/reject.txt From bd06f7b4e02c26ad41f21bd12b23e7b2e35acebf Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:40:31 +0200 Subject: [PATCH 4/4] test --- .github/workflows/ci_cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index de333cd0a9..7a6a267a55 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -90,6 +90,7 @@ jobs: uses: ansys/actions/doc-style@fix/vale-layout with: token: ${{ secrets.GITHUB_TOKEN }} + vale-version: "2.30.0" smoke-tests: name: Build and Smoke tests