mirror of
https://github.com/Z3Prover/z3
synced 2026-05-02 08:33:45 +00:00
Refactor documentation workflow to simplify installation
Remove redundant command for installing Python package.
This commit is contained in:
parent
8f73a29136
commit
baded7fa5a
1 changed files with 0 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -56,7 +56,6 @@ jobs:
|
||||||
python3 scripts/mk_make.py --python --ml --build=build-x64
|
python3 scripts/mk_make.py --python --ml --build=build-x64
|
||||||
cd build-x64
|
cd build-x64
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
Z3BUILD=build-x64 cd ../src/api/python && python3 -m pip install --user .
|
|
||||||
|
|
||||||
- name: Generate Documentation (from doc directory)
|
- name: Generate Documentation (from doc directory)
|
||||||
working-directory: doc
|
working-directory: doc
|
||||||
|
|
@ -67,7 +66,6 @@ jobs:
|
||||||
mkdir api/html/ml
|
mkdir api/html/ml
|
||||||
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build-x64/api/ml ../build-x64/api/ml/z3enums.mli ../build-x64/api/ml/z3.mli
|
ocamldoc -html -d api/html/ml -sort -hide Z3 -I $( ocamlfind query zarith ) -I ../build-x64/api/ml ../build-x64/api/ml/z3enums.mli ../build-x64/api/ml/z3.mli
|
||||||
|
|
||||||
|
|
||||||
- name: Setup emscripten
|
- name: Setup emscripten
|
||||||
uses: mymindstorm/setup-emsdk@v14
|
uses: mymindstorm/setup-emsdk@v14
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue