ci: test manuals generation in GHA

Message ID 20231017085359.2894950-1-david.marchand@redhat.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series ci: test manuals generation in GHA |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/loongarch-compilation success Compilation OK
ci/loongarch-unit-testing success Unit Testing PASS
ci/github-robot: build success github build: passed
ci/iol-broadcom-Functional success Functional Testing PASS
ci/iol-broadcom-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-compile-amd64-testing success Testing PASS
ci/iol-unit-arm64-testing success Testing PASS
ci/iol-compile-arm64-testing success Testing PASS
ci/iol-unit-amd64-testing success Testing PASS
ci/Intel-compilation success Compilation OK
ci/intel-Testing success Testing PASS
ci/intel-Functional success Functional PASS
ci/iol-intel-Functional success Functional Testing PASS

Commit Message

David Marchand Oct. 17, 2023, 8:53 a.m. UTC
  Add missing package so manuals are generated as part of the docs check.

Signed-off-by: David Marchand <david.marchand@redhat.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Aaron Conole Oct. 17, 2023, 12:28 p.m. UTC | #1
David Marchand <david.marchand@redhat.com> writes:

> Add missing package so manuals are generated as part of the docs check.
>
> Signed-off-by: David Marchand <david.marchand@redhat.com>
> ---

Good catch!

Reviewed-by: Aaron Conole <aconole@redhat.com>
  
David Marchand Oct. 18, 2023, 11:02 a.m. UTC | #2
On Tue, Oct 17, 2023 at 2:29 PM Aaron Conole <aconole@redhat.com> wrote:
> David Marchand <david.marchand@redhat.com> writes:
> > Add missing package so manuals are generated as part of the docs check.
> >
> > Signed-off-by: David Marchand <david.marchand@redhat.com>
> Reviewed-by: Aaron Conole <aconole@redhat.com>

Applied, thanks.
  

Patch

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7a2ac0ceee..e6c6267eb4 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -125,7 +125,7 @@  jobs:
       run: sudo apt install -y gdb jq
     - name: Install doc generation packages
       if: env.BUILD_DOCS == 'true'
-      run: sudo apt install -y doxygen graphviz python3-sphinx
+      run: sudo apt install -y doxygen graphviz man-db python3-sphinx
         python3-sphinx-rtd-theme
     - name: Run setup
       run: |