mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
update go doc
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
82b34e319b
commit
a077371520
2 changed files with 8 additions and 16 deletions
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue