File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments