Skip to content

Commit

Permalink
Move pyansys doc style action to docs.yml
Browse files Browse the repository at this point in the history
Signed-off-by: paul.profizi <[email protected]>
  • Loading branch information
PProfizi committed Jan 15, 2024
1 parent 8aaab6a commit 5e08d21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 26 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/docs-style.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ env:
jobs:
doc-style:
name: "Check doc style"
uses: ./.github/workflows/docs-style.yml
uses: ansys/actions/doc-style@v5.0
with:
vale_reporter: ${{ (inputs.event_name == 'pull_request') && 'github-check' || 'local' }}
secrets: inherit
token: ${{ secrets.GITHUB_TOKEN }}
vale-config: "docs/.vale.ini"

docs:
name: "Documentation"
Expand Down

0 comments on commit 5e08d21

Please sign in to comment.