ci: generated api_reference destination directory fixed

This commit is contained in:
Mateusz Pusz
2024-09-08 10:35:08 +02:00
parent 1a7f461a08
commit efc7cb338b

View File

@ -72,7 +72,7 @@ jobs:
-DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \ -DJEGP_STANDARDESE_SOURCES_GIT_REPOSITORY="${{ github.workspace }}/draft" \
-DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen" -DJEGP_CXXDRAFT_HTMLGEN_GIT_REPOSITORY="${{ github.workspace }}/cxxdraft-htmlgen"
cmake --build build cmake --build build
mv build/mp-units.html docs/api_reference mv build/mp-units.html docs/api_reference/gen
- name: Installing pip dependencies - name: Installing pip dependencies
run: | run: |
pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mkdocs-exclude mike pip install conan mkdocs-material mkdocs-rss-plugin mkdocs-material[imaging] mkdocs-exclude mike