Skip to content

Commit

Permalink
fix: migration doc code block (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinknair committed Apr 16, 2024
1 parent b533922 commit 53d8d5e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/source/migrations/docs-style-vale-version-update.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ as input for the ``doc-style`` action like below.
.. code:: yaml
doc-style:
name: Documentation Style Check
runs-on: ubuntu-latest
steps:
name: Documentation Style Check
runs-on: ubuntu-latest
steps:
- name: PyAnsys documentation style checks
uses: ansys/actions/doc-style@v5
with:
uses: ansys/actions/doc-style@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
vale-version: "3.4.1"
Expand All @@ -43,6 +43,5 @@ In any of the preceding conditions there are two changes needs to implemented:
BasedOnStyles = Vale, Google
Vale.Terms = NO
Finally, verify that the ``doc-style`` action is functioning correctly with the latest changes applied.
Run the action and ensure that the documentation style checks are performed without any issues.

0 comments on commit 53d8d5e

Please sign in to comment.