Skip to content

Commit

Permalink
Remove unnecessary env vars
Browse files Browse the repository at this point in the history
...from the working-directory values
  • Loading branch information
ptgott committed Oct 22, 2024
1 parent 73685ad commit 3db2a2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
yarn build-node
- name: Check spelling
working-directory: '$GITHUB_WORKSPACE/docs'
working-directory: 'docs'
run: yarn spellcheck content/teleport

- name: Lint docs formatting
working-directory: '$GITHUB_WORKSPACE/docs'
working-directory: 'docs'
run: yarn markdown-lint

- name: Lint docs prose
Expand All @@ -93,5 +93,5 @@ jobs:
vale_flags: '--config=$GITHUB_WORKSPACE/docs/.vale.ini'

- name: Test the docs build
working-directory: '$GITHUB_WORKSPACE/docs'
working-directory: 'docs'
run: yarn install && yarn build

0 comments on commit 3db2a2d

Please sign in to comment.