Skip to content

Commit

Permalink
ci: Switch test build docs to our runner
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Oct 7, 2024
1 parent f72d021 commit b151036
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prepare-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
docs/source/_images
docs/source/code_examples
- name: Test build docs
shell: bash
run: |
make docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
- name: Trigger RTDs build
if: ${{ needs.check_docs_rebuild.outputs.docs_export == 'true' }}
uses: dfm/[email protected]
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,3 @@ jobs:
shell: bash
run: |
make -C docs test -j${{ env.procs }}
- name: Test build docs
shell: bash
run: |
make docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=

0 comments on commit b151036

Please sign in to comment.