diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 2c4deff23..95af300c9 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -215,6 +215,11 @@ jobs: echo "ENABLE_CCACHE := 1" >> Makefile.conf make -j${{ env.procs }} + - name: Install doc prereqs + shell: bash + run: | + make docs/reqs + - name: Build docs shell: bash run: |