Skip to content

Commit

Permalink
hopefully fixed errors with mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Feb 14, 2024
1 parent 8f9b116 commit 6425c7f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/deploy-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@ jobs:
pipx ensurepath &&
pipx install pydoc-markdown

- name: Build python docs
run:
sudo apt update
sudo apt install pipx
pipx ensurepath
pipx install pydoc-markdown
pydoc-markdown -I python/ -p fastsim --render-toc > docs/src/python_docs.md
- name: Generate python docs
working-directory: ${{runner.workspace}}/fastsim/
run:
pydoc-markdown -I python/ --render-toc > docs/src/python-doc.md

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 6425c7f

Please sign in to comment.