3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-22 16:27:37 +00:00

update go doc

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2026-02-18 08:27:47 -08:00
parent ac2cbdd24c
commit 05c301a064
2 changed files with 8 additions and 16 deletions

View file

@ -93,11 +93,12 @@ jobs:
which clang++
npm run build:wasm
- name: Generate JS Documentation (from doc directory)
- name: Generate JS and Go Documentation (from doc directory)
working-directory: doc
run: |
eval $(opam env)
python3 mk_api_doc.py --js --go --output-dir=api --mld --z3py-package-path=../build-x64/python/z3 --build=../build-x64
python3 mk_go_doc.py
- name: Deploy to z3prover.github.io
uses: peaceiris/actions-gh-pages@v4