From f24f87302f0e4939c8cd88118faf28189f52c8c4 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 2 Aug 2022 08:51:52 +0200 Subject: [PATCH] ci: CMake preset name fixed in documentation script --- .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 68a3f979..f72ecf86 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -84,7 +84,7 @@ jobs: cmake --preset default - name: Generate documentation run: | - cmake --build --preset Release --target documentation + cmake --build --preset release --target documentation - name: Deploy documentation if: github.ref == 'refs/heads/master' uses: peaceiris/actions-gh-pages@v3