Deploy docs

This commit is contained in:
Victor Zverovich 2024-06-09 17:16:59 -07:00
parent 215ce4d979
commit 3f71b60668
2 changed files with 4 additions and 2 deletions

View File

@ -38,3 +38,5 @@ jobs:
run: |
cmake $GITHUB_WORKSPACE
$GITHUB_WORKSPACE/support/mkdocs deploy dev
cd build/fmt.dev
git push https://$KEY@github.com/fmtlib/fmt.git

View File

@ -119,8 +119,8 @@ your system:
- [Python](https://www.python.org/)
- [Doxygen](http://www.stack.nl/~dimitri/doxygen/)
- [MkDocs](https://www.mkdocs.org/) with `mike`, `mkdocstrings` and
`mkdocs-material`
- [MkDocs](https://www.mkdocs.org/) with `mkdocs-material`, `mkdocstrings`,
`pymdown-extensions` and `mike`
First generate makefiles or project files using CMake as described in
the previous section. Then compile the `doc` target/project, for example: