mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-03 12:24:26 +02:00
ci: "Ninja Multi-Config" set as a CMake generator for documenation generator workflow
This commit is contained in:
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user