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

Update documentation generation to include Go

This commit is contained in:
Nikolaj Bjorner 2026-02-17 18:36:04 -08:00 committed by GitHub
parent abb83018df
commit 136bf0b5eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -97,7 +97,7 @@ jobs:
working-directory: doc
run: |
eval $(opam env)
python3 mk_api_doc.py --js --output-dir=api --mld --z3py-package-path=../build-x64/python/z3 --build=../build-x64
python3 mk_api_doc.py --js --go --output-dir=api --mld --z3py-package-path=../build-x64/python/z3 --build=../build-x64
- name: Deploy to z3prover.github.io
uses: peaceiris/actions-gh-pages@v4