mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-09-03 23:50:53 +02:00
update README
update CPM.cmake to version 0.30.0
This commit is contained in:
parent
49fc73f82c
commit
d9210698c9
4 changed files with 9 additions and 5 deletions
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
|
@ -22,12 +22,12 @@ jobs:
|
|||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install doxygen
|
||||
brew install doxygen graphviz
|
||||
pip3 install jinja2 Pygments
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cmake -Sdocumentation -Bbuild
|
||||
cmake -S documentation -B build
|
||||
cmake --build build --target GenerateDocs
|
||||
|
||||
- name: Publish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue