From 0833fd337a50c01a156c458e1b71c2cfdae40a02 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Sat, 3 Aug 2024 18:20:54 -0700 Subject: [PATCH] test without preset --- .github/workflows/doxygen-gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/doxygen-gh-pages.yml b/.github/workflows/doxygen-gh-pages.yml index cc79f196..db437dee 100644 --- a/.github/workflows/doxygen-gh-pages.yml +++ b/.github/workflows/doxygen-gh-pages.yml @@ -29,12 +29,12 @@ jobs: - name: Configure and build the API run: | cmake --preset=ci-ubuntu - cmake --build --preset=ci-ubuntu -j 2 + cmake --build shell: bash - name: Build the docs run : | - cmake --build --preset=ci-ubuntu --target=docs + cmake --build --target=docs shell: bash - name: Create .nojekyll to ensure pages with underscores work on gh pages