3
0
Fork 0
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:
copilot-swe-agent[bot] 2025-12-15 22:32:46 +00:00
parent 1957841c2a
commit 48848a4044

View file

@ -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