Skip to content

Commit f9cc473

Browse files
committed
fix: path of dependencies
I forgot to fix this after the content of docs folder was moved to root folder. Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent b7a4648 commit f9cc473

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install -r "docs/requirements.txt"
24+
pip install -r "requirements.txt"
2525
2626
- name: Build Sphinx documentation
2727
run: |

0 commit comments

Comments
 (0)