Skip to content

Commit 31bd41c

Browse files
authored
Merge pull request #42 from LibreSign/fix/path-of-dependencies
fix: path of dependencies
2 parents 9c52437 + f9cc473 commit 31bd41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)