Build docs

This commit is contained in:
Victor Zverovich
2024-06-09 11:26:25 -07:00
parent a6e6e9c3c9
commit 735a613821
+6 -2
View File
@@ -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