From be1fc86daf7b83143d6766807b18da04324ecedb Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sun, 8 Sep 2024 09:27:04 +0200 Subject: [PATCH] ci: `api_reference/src` path 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 2c6617b9..308d7f1d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -67,7 +67,7 @@ jobs: 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 \ + 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"