mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
typo
This commit is contained in:
parent
a2d344c401
commit
1d7cabaf9a
|
@ -55,7 +55,7 @@ stages:
|
|||
cd ..
|
||||
cd doc
|
||||
python mk_api_doc.py --z3py-package-path=../build/python/z3
|
||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I +z3arith -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
|
||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I +zarith -I ../build/api/ml ../build/api/ml/z3enums.mli ../build/api/ml/z3.mli
|
||||
cd ..
|
||||
- script: zip -r api.zip doc/api
|
||||
- script: cp api.zip $(Build.ArtifactStagingDirectory)/.
|
||||
|
|
Loading…
Reference in a new issue