mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
ci: Install docs/reqs (namely, furo-ys)
This commit is contained in:
parent
27b8b4e81e
commit
c93fd54e43
5
.github/workflows/prepare-docs.yml
vendored
5
.github/workflows/prepare-docs.yml
vendored
|
@ -64,6 +64,11 @@ jobs:
|
||||||
docs/source/_images
|
docs/source/_images
|
||||||
docs/source/code_examples
|
docs/source/code_examples
|
||||||
|
|
||||||
|
- name: Install doc prereqs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
make docs/reqs
|
||||||
|
|
||||||
- name: Test build docs
|
- name: Test build docs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue