1
0
Fork 0

gh-actions: fix doc build

The main Makefile needs to be called to correctly export all variables
like the PYTHON.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
Jaroslav Škarvada 2026-04-08 22:47:10 +02:00
parent a861fdb899
commit c07697a2d7
No known key found for this signature in database
GPG key ID: D8E1C00E076E840B

View file

@ -27,7 +27,7 @@ jobs:
run: |
sudo apt install -y make asciidoctor
- name: Build the manual
run: make -C doc/manual
run: make html
- name: Prepare the website contents
run: |
git fetch origin gh-pages:gh-pages