Update test-build.yml

Call make docs from root
This commit is contained in:
KrystalDelusion 2024-10-07 22:52:33 +13:00 committed by GitHub
parent 33930e44ac
commit f72d0219d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -193,4 +193,4 @@ jobs:
- name: Test build docs
shell: bash
run: |
make -C docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=
make docs -j${{ env.procs }} TARGETS= EXTRA_TARGETS=