mirror of
https://github.com/fmtlib/fmt.git
synced 2025-03-12 07:13:29 +00:00
Deploy docs
This commit is contained in:
parent
215ce4d979
commit
3f71b60668
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user