mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-09 12:50:05 +00:00
Build docs
This commit is contained in:
parent
a6e6e9c3c9
commit
735a613821
8
.github/workflows/doc.yml
vendored
8
.github/workflows/doc.yml
vendored
@ -24,11 +24,15 @@ jobs:
|
||||
- name: Create Build Environment
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install doxygen python3-virtualenv
|
||||
sudo apt install doxygen
|
||||
pip install mkdocs
|
||||
cmake -E make_directory ${{runner.workspace}}/build
|
||||
|
||||
- name: Build
|
||||
working-directory: ${{runner.workspace}}/build
|
||||
env:
|
||||
KEY: ${{secrets.KEY}}
|
||||
run: # $GITHUB_WORKSPACE/support/build-docs.py
|
||||
run: |
|
||||
cmake .
|
||||
make doc
|
||||
# $GITHUB_WORKSPACE/support/build-docs.py
|
||||
|
Loading…
Reference in New Issue
Block a user