From c07697a2d72463ce9c8b2cb8e714332bc06c1462 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Wed, 8 Apr 2026 22:47:10 +0200 Subject: [PATCH] gh-actions: fix doc build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The main Makefile needs to be called to correctly export all variables like the PYTHON. Signed-off-by: Jaroslav Škarvada --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 624bea5..08ad532 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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