Skip to content

Commit

Permalink
CI - fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
pkatarzynski committed Jul 30, 2024
1 parent 6567110 commit 8e9fef7
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 @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
python -m pip install -r docs/requirements.txt
python -m pip install -r doc/requirements.txt
- name: Build docs
run: |
cd doc
Expand Down

0 comments on commit 8e9fef7

Please sign in to comment.