From efc7cb338bcb6f48cfa268fe6b4a70558b35c9e5 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 8 Sep 2024 10:35:08 +0200 Subject: [PATCH] ci: generated api_reference destination directory fixed --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 274c2acc9..9c1d49fc4 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -72,7 +72,7 @@ jobs: -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 + 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