From 9847617fb61d62ad38e616dbb4567bbbf97a88ea Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Mon, 16 Jun 2025 18:12:12 +0200 Subject: [PATCH] build: API Reference generation disabled until it is fixed --- .github/workflows/documentation.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 09750e9d..ac283a5d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -76,14 +76,14 @@ jobs: git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1 git clone https://github.com/JohelEGP/draft.git --branch=standardese_sources_base --depth=1 git clone https://github.com/JohelEGP/cxxdraft-htmlgen.git --branch=standardese_sources_base --depth=1 - - name: Generate API reference - run: | - cmake -S docs/api_reference/src -B build \ - -DCMAKE_MODULE_PATH="${{ github.workspace }}/jegp.cmake_modules/modules" \ - -DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \ - -DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen" - cmake --build build - mv build/mp-units.html docs/api_reference/gen + # - name: Generate API reference + # run: | + # cmake -S docs/api_reference/src -B build \ + # -DCMAKE_MODULE_PATH="${{ github.workspace }}/jegp.cmake_modules/modules" \ + # -DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \ + # -DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen" + # cmake --build build + # mv build/mp-units.html docs/api_reference/gen - name: Installing pip dependencies run: | pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mkdocs-exclude mike