Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Dec 28, 2023
1 parent 3e0eb81 commit e448cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- run: python -m pip install -r user-guide/requirements.txt
- run: codespell -w user-guide
- run: codespell -w user-guide/source
- name: Build docs
run: |
cd user-guide
Expand Down

0 comments on commit e448cc4

Please sign in to comment.