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