Skip to content

Commit 9847617

Browse files
committed
build: API Reference generation disabled until it is fixed
1 parent 630a75f commit 9847617

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/documentation.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,14 @@ jobs:
7676
git clone https://github.com/JohelEGP/jegp.cmake_modules.git --depth=1
7777
git clone https://github.com/JohelEGP/draft.git --branch=standardese_sources_base --depth=1
7878
git clone https://github.com/JohelEGP/cxxdraft-htmlgen.git --branch=standardese_sources_base --depth=1
79-
- name: Generate API reference
80-
run: |
81-
cmake -S docs/api_reference/src -B build \
82-
-DCMAKE_MODULE_PATH="${{ github.workspace }}/jegp.cmake_modules/modules" \
83-
-DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \
84-
-DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen"
85-
cmake --build build
86-
mv build/mp-units.html docs/api_reference/gen
79+
# - name: Generate API reference
80+
# run: |
81+
# cmake -S docs/api_reference/src -B build \
82+
# -DCMAKE_MODULE_PATH="${{ github.workspace }}/jegp.cmake_modules/modules" \
83+
# -DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \
84+
# -DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen"
85+
# cmake --build build
86+
# mv build/mp-units.html docs/api_reference/gen
8787
- name: Installing pip dependencies
8888
run: |
8989
pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mkdocs-exclude mike

0 commit comments

Comments
 (0)