ci: "Ninja Multi-Config" set as a CMake generator for documenation generator workflow

This commit is contained in:
Mateusz Pusz
2020-12-16 18:46:40 +01:00
parent 306bf10836
commit 3b63332f9a

View File

@@ -76,11 +76,11 @@ jobs:
- name: Configure CMake
run: |
cd build
cmake ..
cmake .. -G "Ninja Multi-Config"
- name: Generate documentation
run: |
cd build
cmake --build . --target sphinx
cmake --build . --target sphinx --config Release
- name: Deploy documentation
if: github.ref == 'refs/heads/master'
uses: peaceiris/actions-gh-pages@v3