Update docs

This commit is contained in:
Victor Zverovich 2024-06-09 15:59:35 -07:00
parent ed21034a10
commit 702b6f3788
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ jobs:
run: |
sudo apt update
sudo apt install doxygen
pip install mkdocs
pip install mkdocs mkdocs-material mkdocstrings pymdown-extensions
cmake -E make_directory ${{runner.workspace}}/build
- name: Build
@ -34,5 +34,5 @@ jobs:
KEY: ${{secrets.KEY}}
run: |
cmake $GITHUB_WORKSPACE
# make doc
make doc
# $GITHUB_WORKSPACE/support/build-docs.py

View File

@ -40,7 +40,7 @@ There are three primary ways to use {fmt} with CMake:
add_subdirectory(fmt)
target_link_libraries(<your-target> fmt::fmt)
## Install
## Installation
### Debian/Ubuntu