From 49a638bc069468756e22f559afaedfd96fac1274 Mon Sep 17 00:00:00 2001 From: Katja Vornberger Date: Wed, 16 Aug 2023 13:11:19 +0200 Subject: [PATCH] fixup --- .github/workflows/pages_static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages_static.yml b/.github/workflows/pages_static.yml index 6359557..c973816 100644 --- a/.github/workflows/pages_static.yml +++ b/.github/workflows/pages_static.yml @@ -38,7 +38,7 @@ jobs: submodules: true - name: Configure CMake - run: yum install -y cmake && cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: yum install -y cmake && mkdir build && cd build/ && cmake ../ - name: Create Docs working-directory: ${{github.workspace}}/build