Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-15 02:03:32 -08:00
parent 5954a57a5d
commit 00b5cd9288

View File

@ -39,8 +39,7 @@ jobs:
shell: bash
run: |
poetry install
poetry run python -m pydoc -w \
`find kittycad -name '*.py'`
for f in `poetry run python -m pydoc -k kittycad | awk '{ print $1}'`; do poetry run python -m pydoc -w $f; done
mkdir -p docs/html
mv *.html docs/html/
mv docs/html/kittycad.html docs/html/index.html