Skip to content

Commit c93fd54

Browse files
ci: Install docs/reqs (namely, furo-ys)
1 parent 27b8b4e commit c93fd54

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prepare-docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ jobs:
6464
docs/source/_images
6565
docs/source/code_examples
6666
67+
- name: Install doc prereqs
68+
shell: bash
69+
run: |
70+
make docs/reqs
71+
6772
- name: Test build docs
6873
shell: bash
6974
run: |

0 commit comments

Comments
 (0)