Skip to content

Commit 8f9b116

Browse files
committed
added missing section
1 parent 7eb0a9b commit 8f9b116

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/deploy-book.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ jobs:
3939
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf -y | sh
4040
rustup update
4141
cargo install --version ${MDBOOK_VERSION} mdbook
42+
43+
- name: Install dependencies for python docs
44+
run:
45+
sudo apt update &&
46+
sudo apt install pipx &&
47+
pipx ensurepath &&
48+
pipx install pydoc-markdown
49+
4250
- name: Build python docs
4351
run:
4452
sudo apt update

0 commit comments

Comments
 (0)