mirror of
https://github.com/Z3Prover/z3
synced 2026-06-01 06:37:49 +00:00
Update documentation generation to include Go
This commit is contained in:
parent
e261bacf8e
commit
78a7b17f50
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
||||||
working-directory: doc
|
working-directory: doc
|
||||||
run: |
|
run: |
|
||||||
eval $(opam env)
|
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
|
- name: Deploy to z3prover.github.io
|
||||||
uses: peaceiris/actions-gh-pages@v4
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue