Skip to content

Commit 224ad41

Browse files
committed
Fix requirements.txt installation directory
1 parent 751f743 commit 224ad41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
branch: gh-pages
2121
documentation_path: "./docs"
22-
requirements_path: "requirements.txt"
22+
requirements_path: "./docs/requirements.txt"

0 commit comments

Comments
 (0)