ci: CMake preset name fixed in documentation script

This commit is contained in:
Mateusz Pusz
2022-08-02 08:51:52 +02:00
parent 82f018f216
commit f24f87302f

View File

@@ -84,7 +84,7 @@ jobs:
cmake --preset default cmake --preset default
- name: Generate documentation - name: Generate documentation
run: | run: |
cmake --build --preset Release --target documentation cmake --build --preset release --target documentation
- name: Deploy documentation - name: Deploy documentation
if: github.ref == 'refs/heads/master' if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3