Skip to content

Commit

Permalink
Fix vale config path
Browse files Browse the repository at this point in the history
  • Loading branch information
ptgott committed Oct 22, 2024
1 parent 3db2a2d commit e148c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
# changed files.
filter_mode: added
fail_on_error: true
vale_flags: '--config=$GITHUB_WORKSPACE/docs/.vale.ini'
vale_flags: '--config=$GITHUB_WORKSPACE/docs/content/teleport/docs/.vale.ini'

- name: Test the docs build
working-directory: 'docs'
Expand Down

0 comments on commit e148c97

Please sign in to comment.