Skip to content

Commit 9f6731f

Browse files
committed
removed copy/past artifacts from fastsim
1 parent 6425c7f commit 9f6731f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-book.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pipx install pydoc-markdown
4949

5050
- name: Generate python docs
51-
working-directory: ${{runner.workspace}}/fastsim/
51+
working-directory: ${{runner.workspace}}/altrios/
5252
run:
5353
pydoc-markdown -I python/ --render-toc > docs/src/python-doc.md
5454

docs/src/how-to-update.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Run th following in the repository root directory:
1212
1. If any python files were modified,
1313
1. Install [pipx](https://github.com/pypa/pipx#install-pipx)
1414
1. Install [pydoc-markdown](https://niklasrosenstein.github.io/pydoc-markdown/#installation-)
15-
1. run `pydoc-markdown -I python/ -p fastsim --render-toc > docs/src/python_docs.md`. Do not modify this file manually.
15+
1. run `pydoc-markdown -I python/ -p altrios --render-toc > docs/src/python_docs.md`. Do not modify this file manually.
1616
1. Run `mdbook serve --open docs/`
1717

1818

0 commit comments

Comments
 (0)