mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Update docs
This commit is contained in:
4
.github/workflows/doc.yml
vendored
4
.github/workflows/doc.yml
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user