Skip to content

Commit

Permalink
Try to fix working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Mar 2, 2024
1 parent d9e3184 commit 2849415
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ jobs:
docs:
name: Docs
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs/
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run Vale
uses: errata-ai/vale-action@reviewdog
working-directory: ./docs/
with:
fail_on_error: true
token: ${{ github.token }}
Expand Down

0 comments on commit 2849415

Please sign in to comment.