Skip to content

Commit d4434bf

Browse files
authored
corrected path to requirements
1 parent c3db2a2 commit d4434bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cache: pip # Implicitly uses requirements.txt for cache key
2727

2828
- name: Install dependencies
29-
run: pip install -r requirements.txt
29+
run: pip install -r docs/guide/requirements.txt
3030

3131
# Build the book
3232
- name: Build the book

0 commit comments

Comments
 (0)