mirror of
https://github.com/Z3Prover/z3
synced 2026-01-09 12:28:58 +00:00
Refine documentation workflow to use mk_api_doc.py and install doxygen
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
1957841c2a
commit
48848a4044
1 changed files with 6 additions and 4 deletions
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
|
|
@ -34,6 +34,11 @@ jobs:
|
|||
with:
|
||||
node-version: "lts/*"
|
||||
|
||||
- name: Install system dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y doxygen graphviz
|
||||
|
||||
- name: Setup emscripten
|
||||
uses: mymindstorm/setup-emsdk@v14
|
||||
with:
|
||||
|
|
@ -54,10 +59,7 @@ jobs:
|
|||
source $(dirname $(which emsdk))/emsdk_env.sh
|
||||
npm run build:wasm
|
||||
|
||||
- name: Generate JS/TS Documentation
|
||||
run: npm run docs
|
||||
|
||||
- name: Generate C API Documentation
|
||||
- name: Generate Documentation
|
||||
working-directory: doc
|
||||
run: |
|
||||
python3 mk_api_doc.py --js --output-dir=api
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue