3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

ci: Use docs/prep target

This commit is contained in:
Krystine Sherwin 2024-08-29 09:59:20 +12:00
parent cab781d958
commit 6c833d83b8
No known key found for this signature in database

View file

@ -105,7 +105,7 @@ jobs:
if: ${{ (needs.pre-job.outputs.should_skip != 'true') || env.is_docs_job }}
shell: bash
run:
make docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs TARGETS= EXTRA_TARGETS=
make docs/prep TARGETS= EXTRA_TARGETS=
- name: Upload artifact
if: ${{ (needs.pre-job.outputs.should_skip != 'true') || env.is_docs_job }}