Skip to content

Commit

Permalink
build aisdb before building the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Jan 16, 2025
1 parent e0a01a5 commit b59f6d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/API_doc_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,12 @@ jobs:
cargo install --locked wasm-bindgen-cli --verbose
cargo install --locked wasm-opt --verbose
wasm-pack --version
maturin build
- name: Build AISdb
run: |
python -m pip install --upgrade pip
python -m pip install maturin
maturin develop
- name: Install dependencies for API docs
run: |
Expand Down

0 comments on commit b59f6d4

Please sign in to comment.