Skip to content

Commit 752838a

Browse files
committed
fixed bad path
1 parent 9f6731f commit 752838a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-book.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Generate python docs
5151
working-directory: ${{runner.workspace}}/altrios/
5252
run:
53-
pydoc-markdown -I python/ --render-toc > docs/src/python-doc.md
53+
pydoc-markdown -I python/ --render-toc > docs/src/doc/python-doc.md
5454

5555
- name: Setup Pages
5656
id: pages

0 commit comments

Comments
 (0)