3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-24 13:06:50 +00:00

Update docs.yml

This commit is contained in:
Nikolaj Bjorner 2025-12-20 18:59:42 +00:00 committed by GitHub
parent 06658a1fd7
commit 5ceb312f41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -95,7 +95,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
python3 mk_api_doc.py --js --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