Skip to content

Commit 72efb4d

Browse files
committed
actions: fix docs action
1 parent cb30a43 commit 72efb4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
python -m venv .venv
3333
. .venv/bin/activate
34-
python -m pip install -r docs/doc-requirements.txt
34+
python -m pip install -r docs/docs-requirements.txt
3535
3636
- name: Run Sphinx
3737
run: |

0 commit comments

Comments
 (0)