Skip to content

Commit

Permalink
FIX: Fix doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
drewm102 committed Oct 10, 2024
1 parent 03d85d2 commit 47f3a7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 }}

Expand Down
1 change: 1 addition & 0 deletions doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ Vocab = Ansys

# Apply the following styles
BasedOnStyles = Vale, Google
Vale.Terms = NO

0 comments on commit 47f3a7c

Please sign in to comment.