mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
ci: Switch test build docs to our runner
This commit is contained in:
parent
f72d0219d1
commit
b15103625b
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: Test build docs
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
make docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
|
||||||
|
|
||||||
- name: Trigger RTDs build
|
- name: Trigger RTDs build
|
||||||
if: ${{ needs.check_docs_rebuild.outputs.docs_export == 'true' }}
|
if: ${{ needs.check_docs_rebuild.outputs.docs_export == 'true' }}
|
||||||
uses: dfm/rtds-action@v1.1.0
|
uses: dfm/rtds-action@v1.1.0
|
||||||
|
|
5
.github/workflows/test-build.yml
vendored
5
.github/workflows/test-build.yml
vendored
|
@ -189,8 +189,3 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
make -C docs test -j${{ env.procs }}
|
make -C docs test -j${{ env.procs }}
|
||||||
|
|
||||||
- name: Test build docs
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
make docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
|
|
||||||
|
|
Loading…
Reference in a new issue