ci: documentation generation disabled in CMake Test Package CI

This commit is contained in:
Mateusz Pusz
2023-05-11 20:50:51 +02:00
parent a69a027cac
commit dc3e44bdf5

View File

@@ -269,7 +269,7 @@ jobs:
- name: Install Conan dependencies
shell: bash
run: |
conan install . -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config"
conan install . -b missing -c tools.cmake.cmaketoolchain:generator="Ninja Multi-Config" -c user.build:skip_docs=True
mv CMakeUserPresets.json src
- name: Configure mp-units CMake
if: matrix.config.compiler.type == 'VISUAL' || matrix.config.compiler.type == 'MSVC'