Skip to content

Commit

Permalink
Address missing docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
RCheesley committed Nov 3, 2024
1 parent cd195fb commit 7e73d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
- name: Run DOCtor-RST
if: env.CHANGED_FILES != ''
run: |
docker run --rm -v $(pwd):/github/workspace oskarstark/doctor-rst --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache docs/
docker run --rm -v "${{ github.workspace }}:/github/workspace" -w /github/workspace oskarstark/doctor-rst --short --error-format=github --cache-file=/github/workspace/.cache/doctor-rst.cache docs/
env:
DOCS_DIR: 'docs/'

0 comments on commit 7e73d8b

Please sign in to comment.