From 702b6f3788c4e0fbc53e994790fe7ddd8574cdad Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 9 Jun 2024 15:59:35 -0700 Subject: [PATCH] Update docs --- .github/workflows/doc.yml | 4 ++-- doc/get-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 4a410a61..4ac8930f 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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 diff --git a/doc/get-started.md b/doc/get-started.md index 9542e489..b71e992b 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -40,7 +40,7 @@ There are three primary ways to use {fmt} with CMake: add_subdirectory(fmt) target_link_libraries( fmt::fmt) -## Install +## Installation ### Debian/Ubuntu