From f5bb6c8fb862b5d29c138e690403286253d8ba64 Mon Sep 17 00:00:00 2001 From: Mathieu Pellerin Date: Thu, 17 Oct 2024 11:30:35 +0700 Subject: [PATCH] Build documentation on linux CI --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2e760a1994..1ee5d4dc17 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -68,6 +68,7 @@ jobs: -D WITH_VCPKG=ON \ -D WITH_SPIX=ON \ -D WITH_NFC=OFF \ + -D WITH_APIDOC=ON \ -D APP_VERSION="${APP_VERSION}" \ -D APP_VERSION_STR="${APP_VERSION_STR}" \ -D APP_PACKAGE_NAME="${APP_PACKAGE_NAME}" \