forked from mpusz/mp-units
ci: CMake preset name fixed in documentation script
This commit is contained in:
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user